Color Hex Logo

#de5189 Color Hex

#DE5189
(222,81,137)
0 Favorites   0 Comments

Color spaces of #de5189

RGB 22281137
HSL0.930.680.59
HSV336°64°87°
CMYK 0.000.640.38   0.13
XYZ37.582023.220626.1681
Yxy23.22060.43210.2670
Hunter Lab48.187854.88491.5343
CIE-Lab55.298859.6643-1.4176

#de5189 color RGB value is (222,81,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 10001001
Octal 336 121 211
Decimal 222 81 137
Hex DE 51 89

RGB Percentages of Color #de5189

%50.45
%18.41
%31.14

CMYK Percentages of Color #de5189

%0
%64
%38
%13

Triadic Colors of #de5189

#de5189 #89de51 #5189de

Analogous Colors of #de5189

#de5189 #de6051 #de51d0

Monochromatic Colors of #de5189

#de5189

Complementary Color

#de5189 #51dea6

#de5189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5189 Color CSS Codes

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

#de5189 Text Font Color

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

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


#de5189 Background Color

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

This div background color is #de5189


#de5189 Border Color

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

This div border color is #de5189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5189


Comments

No comments written yet.

Please login to write comment.