Color Hex Logo

#de507e Color Hex

#DE507E
(222,80,126)
0 Favorites   0 Comments

Color spaces of #de507e

RGB 22280126
HSL0.950.680.59
HSV341°64°87°
CMYK 0.000.640.43   0.13
XYZ36.758822.773322.1969
Yxy22.77330.44980.2786
Hunter Lab47.721453.98255.8271
CIE-Lab54.838158.95114.4262

#de507e color RGB value is (222,80,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 01111110
Octal 336 120 176
Decimal 222 80 126
Hex DE 50 7E

RGB Percentages of Color #de507e

%51.87
%18.69
%29.44

CMYK Percentages of Color #de507e

%0
%64
%43
%13

Triadic Colors of #de507e

#de507e #7ede50 #507ede

Analogous Colors of #de507e

#de507e #de6950 #de50c5

Monochromatic Colors of #de507e

#de507e

Complementary Color

#de507e #50deb0

#de507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de507e Color CSS Codes

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

#de507e Text Font Color

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

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


#de507e Background Color

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

This div background color is #de507e


#de507e Border Color

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

This div border color is #de507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de507e


Comments

No comments written yet.

Please login to write comment.