Color Hex Logo

#d157de Color Hex

#D157DE
(209,87,222)
0 Favorites   0 Comments

Color spaces of #d157de

RGB 20987222
HSL0.820.670.61
HSV294°61°87°
CMYK 0.060.610.00   0.13
XYZ42.887525.645671.7969
Yxy25.64560.30560.1828
Hunter Lab50.641562.5463-48.6093
CIE-Lab57.699165.8332-47.0111

#d157de color RGB value is (209,87,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010111 11011110
Octal 321 127 336
Decimal 209 87 222
Hex D1 57 DE

RGB Percentages of Color #d157de

%40.35
%16.80
%42.86

CMYK Percentages of Color #d157de

%6
%61
%0
%13

Triadic Colors of #d157de

#d157de #ded157 #57ded1

Analogous Colors of #d157de

#d157de #de57a8 #8e57de

Monochromatic Colors of #d157de

#d157de

Complementary Color

#d157de #64de57

#d157de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d157de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d157de Color CSS Codes

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

#d157de Text Font Color

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

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


#d157de Background Color

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

This div background color is #d157de


#d157de Border Color

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

This div border color is #d157de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d157de


Comments

No comments written yet.

Please login to write comment.