Color Hex Logo

#d158df Color Hex

#D158DF
(209,88,223)
0 Favorites   0 Comments

Color spaces of #d158df

RGB 20988223
HSL0.820.680.61
HSV294°61°87°
CMYK 0.060.610.00   0.13
XYZ43.103525.862572.5322
Yxy25.86250.30460.1828
Hunter Lab50.855262.2953-48.9637
CIE-Lab57.906365.5829-47.2461

#d158df color RGB value is (209,88,223).

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

The process color (four color CMYK) of #d158df color hex is 0.06, 0.61, 0.00, 0.13. Web safe color of #d158df is #cc66cc. Color #d158df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011000 11011111
Octal 321 130 337
Decimal 209 88 223
Hex D1 58 DF

RGB Percentages of Color #d158df

%40.19
%16.92
%42.88

CMYK Percentages of Color #d158df

%6
%61
%0
%13

Triadic Colors of #d158df

#d158df #dfd158 #58dfd1

Analogous Colors of #d158df

#d158df #df58aa #8e58df

Monochromatic Colors of #d158df

#d158df

Complementary Color

#d158df #66df58

#d158df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d158df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d158df Color CSS Codes

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

#d158df Text Font Color

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

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


#d158df Background Color

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

This div background color is #d158df


#d158df Border Color

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

This div border color is #d158df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d158df


Comments

No comments written yet.

Please login to write comment.