color codes Logo

#d150db color codes

#D150DB
(209,80,219)
0 Favorites   0 Comments

Color spaces of #d150db

RGB 20980219
HSL0.820.660.59
HSV296°63°86°
CMYK 0.050.630.00   0.14
XYZ41.949324.407169.5179
Yxy24.40710.30870.1796
Hunter Lab49.403565.1109-48.8471
CIE-Lab56.493168.2144-47.2287

#d150db color RGB value is (209,80,219).

#d150db hex color red value is 209, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d150db hue: 0.82 , saturation: 0.66 and the lightness value of d150db is 0.59.

The process color (four color CMYK) of #d150db color code is 0.05, 0.63, 0.00, 0.14. Web safe color of #d150db is #cc66cc. Color #d150db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 11011011
Octal 321 120 333
Decimal 209 80 219
Hex D1 50 DB

RGB Percentages of Color #d150db

%41.14
%15.75
%43.11

CMYK Percentages of Color #d150db

%5
%63
%0
%14

Triadic Colors of #d150db

#d150db #dbd150 #50dbd1

Analogous Colors of #d150db

#d150db #db50a0 #8c50db

Monochromatic Colors of #d150db

#d150db

Complementary Color

#d150db #5adb50

#d150db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d150db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d150db Color CSS Codes

.mybgcolor {background-color:#d150db; } 
.myforecolor {color:#d150db; }
.mybordercolor {border:3px solid #d150db; }

#d150db Text Font Color

<p style="color:#d150db">Text here</p>

This sample text font color is #d150db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d150db Background Color

<div style="background-color:#d150db">
Div content here</div>

This div background color is #d150db


#d150db Border Color

<div style="border:3px solid #d150db">
Div here</div>

This div border color is #d150db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,80,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d150db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d150db;
  -webkit-box-shadow: 1px 1px 3px 2px #d150db;
  box-shadow:         1px 1px 3px 2px #d150db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,80,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d150db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d150db;
  -webkit-box-shadow: 1px 1px 3px 2px #d150db;
  box-shadow:         1px 1px 3px 2px #d150db;">
Div content here</div>

This div box has shadow with color #d150db


Comments

No comments written yet.

Please login to write comment.