Color Hex Logo

#de5187 Color Hex

#DE5187
(222,81,135)
0 Favorites   0 Comments

Color spaces of #de5187

RGB 22281135
HSL0.940.680.59
HSV337°64°87°
CMYK 0.000.640.39   0.13
XYZ37.439823.163725.4194
Yxy23.16370.43520.2693
Hunter Lab48.128754.63182.3758
CIE-Lab55.240659.4520-0.3207

#de5187 color RGB value is (222,81,135).

#de5187 hex color red value is 222, green value is 81 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #de5187 hue: 0.94 , saturation: 0.68 and the lightness value of de5187 is 0.59.

The process color (four color CMYK) of #de5187 color hex is 0.00, 0.64, 0.39, 0.13. Web safe color of #de5187 is #cc6699. Color #de5187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 10000111
Octal 336 121 207
Decimal 222 81 135
Hex DE 51 87

RGB Percentages of Color #de5187

%50.68
%18.49
%30.82

CMYK Percentages of Color #de5187

%0
%64
%39
%13

Triadic Colors of #de5187

#de5187 #87de51 #5187de

Analogous Colors of #de5187

#de5187 #de6251 #de51ce

Monochromatic Colors of #de5187

#de5187

Complementary Color

#de5187 #51dea8

#de5187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5187 Color CSS Codes

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

#de5187 Text Font Color

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

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


#de5187 Background Color

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

This div background color is #de5187


#de5187 Border Color

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

This div border color is #de5187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5187


Comments

No comments written yet.

Please login to write comment.