Color Hex Logo

#d158de Color Hex

#D158DE
(209,88,222)
0 Favorites   0 Comments

Color spaces of #d158de

RGB 20988222
HSL0.820.670.61
HSV294°60°87°
CMYK 0.060.600.00   0.13
XYZ42.969025.808771.8241
Yxy25.80870.30560.1836
Hunter Lab50.802362.0729-48.2625
CIE-Lab57.855065.4040-46.7643

#d158de color RGB value is (209,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011000 11011110
Octal 321 130 336
Decimal 209 88 222
Hex D1 58 DE

RGB Percentages of Color #d158de

%40.27
%16.96
%42.77

CMYK Percentages of Color #d158de

%6
%60
%0
%13

Triadic Colors of #d158de

#d158de #ded158 #58ded1

Analogous Colors of #d158de

#d158de #de58a8 #8e58de

Monochromatic Colors of #d158de

#d158de

Complementary Color

#d158de #65de58

#d158de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d158de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d158de Color CSS Codes

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

#d158de Text Font Color

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

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


#d158de Background Color

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

This div background color is #d158de


#d158de Border Color

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

This div border color is #d158de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d158de


Comments

No comments written yet.

Please login to write comment.