Color Hex Logo

#de508b Color Hex

#DE508B
(222,80,139)
0 Favorites   0 Comments

Color spaces of #de508b

RGB 22280139
HSL0.930.680.59
HSV335°64°87°
CMYK 0.000.640.37   0.13
XYZ37.653123.131026.9063
Yxy23.13100.42940.2638
Hunter Lab48.094755.58100.4968
CIE-Lab55.207060.2913-2.7344

#de508b color RGB value is (222,80,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 10001011
Octal 336 120 213
Decimal 222 80 139
Hex DE 50 8B

RGB Percentages of Color #de508b

%50.34
%18.14
%31.52

CMYK Percentages of Color #de508b

%0
%64
%37
%13

Triadic Colors of #de508b

#de508b #8bde50 #508bde

Analogous Colors of #de508b

#de508b #de5c50 #de50d2

Monochromatic Colors of #de508b

#de508b

Complementary Color

#de508b #50dea3

#de508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de508b Color CSS Codes

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

#de508b Text Font Color

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

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


#de508b Background Color

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

This div background color is #de508b


#de508b Border Color

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

This div border color is #de508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de508b


Comments

No comments written yet.

Please login to write comment.