Color Hex Logo

#d158db Color Hex

#D158DB
(209,88,219)
0 Favorites   0 Comments

Color spaces of #d158db

RGB 20988219
HSL0.820.650.60
HSV295°60°86°
CMYK 0.050.600.00   0.14
XYZ42.570425.649269.7249
Yxy25.64920.30860.1859
Hunter Lab50.645061.4119-46.1752
CIE-Lab57.702664.8709-45.3142

#d158db color RGB value is (209,88,219).

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

The process color (four color CMYK) of #d158db color hex is 0.05, 0.60, 0.00, 0.14. Web safe color of #d158db is #cc66cc. Color #d158db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011000 11011011
Octal 321 130 333
Decimal 209 88 219
Hex D1 58 DB

RGB Percentages of Color #d158db

%40.50
%17.05
%42.44

CMYK Percentages of Color #d158db

%5
%60
%0
%14

Triadic Colors of #d158db

#d158db #dbd158 #58dbd1

Analogous Colors of #d158db

#d158db #db58a4 #9058db

Monochromatic Colors of #d158db

#d158db

Complementary Color

#d158db #62db58

#d158db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d158db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d158db Color CSS Codes

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

#d158db Text Font Color

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

This sample text font color is #d158db
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.


#d158db Background Color

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

This div background color is #d158db


#d158db Border Color

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

This div border color is #d158db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,88,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 #d158db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d158db


Comments

No comments written yet.

Please login to write comment.