Color Hex Logo

#de5081 Color Hex

#DE5081
(222,80,129)
0 Favorites   0 Comments

Color spaces of #de5081

RGB 22280129
HSL0.940.680.59
HSV339°64°87°
CMYK 0.000.640.42   0.13
XYZ36.955322.851923.2320
Yxy22.85190.44500.2752
Hunter Lab47.803754.33564.6483
CIE-Lab54.919559.24822.7646

#de5081 color RGB value is (222,80,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 10000001
Octal 336 120 201
Decimal 222 80 129
Hex DE 50 81

RGB Percentages of Color #de5081

%51.51
%18.56
%29.93

CMYK Percentages of Color #de5081

%0
%64
%42
%13

Triadic Colors of #de5081

#de5081 #81de50 #5081de

Analogous Colors of #de5081

#de5081 #de6650 #de50c8

Monochromatic Colors of #de5081

#de5081

Complementary Color

#de5081 #50dead

#de5081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5081 Color CSS Codes

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

#de5081 Text Font Color

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

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


#de5081 Background Color

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

This div background color is #de5081


#de5081 Border Color

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

This div border color is #de5081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5081


Comments

No comments written yet.

Please login to write comment.