Color Hex Logo

#de506f Color Hex

#DE506F
(222,80,111)
0 Favorites   0 Comments

Color spaces of #de506f

RGB 22280111
HSL0.960.680.59
HSV347°64°87°
CMYK 0.000.640.50   0.13
XYZ35.862122.414617.4752
Yxy22.41460.47340.2959
Hunter Lab47.344152.357811.2563
CIE-Lab54.464257.576112.8013

#de506f color RGB value is (222,80,111).

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

The process color (four color CMYK) of #de506f color hex is 0.00, 0.64, 0.50, 0.13. Web safe color of #de506f is #cc6666. Color #de506f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 01101111
Octal 336 120 157
Decimal 222 80 111
Hex DE 50 6F

RGB Percentages of Color #de506f

%53.75
%19.37
%26.88

CMYK Percentages of Color #de506f

%0
%64
%50
%13

Triadic Colors of #de506f

#de506f #6fde50 #506fde

Analogous Colors of #de506f

#de506f #de7850 #de50b6

Monochromatic Colors of #de506f

#de506f

Complementary Color

#de506f #50debf

#de506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de506f Color CSS Codes

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

#de506f Text Font Color

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

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


#de506f Background Color

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

This div background color is #de506f


#de506f Border Color

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

This div border color is #de506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de506f


Comments

No comments written yet.

Please login to write comment.