Color Hex Logo

#de507c Color Hex

#DE507C
(222,80,124)
0 Favorites   0 Comments

Color spaces of #de507c

RGB 22280124
HSL0.950.680.59
HSV341°64°87°
CMYK 0.000.640.44   0.13
XYZ36.631022.722221.5239
Yxy22.72220.45290.2809
Hunter Lab47.667853.75226.5957
CIE-Lab54.785058.75705.5366

#de507c color RGB value is (222,80,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 01111100
Octal 336 120 174
Decimal 222 80 124
Hex DE 50 7C

RGB Percentages of Color #de507c

%52.11
%18.78
%29.11

CMYK Percentages of Color #de507c

%0
%64
%44
%13

Triadic Colors of #de507c

#de507c #7cde50 #507cde

Analogous Colors of #de507c

#de507c #de6b50 #de50c3

Monochromatic Colors of #de507c

#de507c

Complementary Color

#de507c #50deb2

#de507c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de507c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de507c Color CSS Codes

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

#de507c Text Font Color

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

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


#de507c Background Color

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

This div background color is #de507c


#de507c Border Color

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

This div border color is #de507c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de507c


Comments

No comments written yet.

Please login to write comment.