Color Hex Logo

#de377e Color Hex

#DE377E
(222,55,126)
0 Favorites   0 Comments

Color spaces of #de377e

RGB 22255126
HSL0.930.720.54
HSV334°75°87°
CMYK 0.000.750.43   0.13
XYZ35.256319.768321.6961
Yxy19.76830.45950.2577
Hunter Lab44.461663.73592.1911
CIE-Lab51.574267.9867-0.3091

#de377e color RGB value is (222,55,126).

#de377e hex color red value is 222, green value is 55 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #de377e hue: 0.93 , saturation: 0.72 and the lightness value of de377e is 0.54.

The process color (four color CMYK) of #de377e color hex is 0.00, 0.75, 0.43, 0.13. Web safe color of #de377e is #cc3366. Color #de377e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110111 01111110
Octal 336 67 176
Decimal 222 55 126
Hex DE 37 7E

RGB Percentages of Color #de377e

%55.09
%13.65
%31.27

CMYK Percentages of Color #de377e

%0
%75
%43
%13

Triadic Colors of #de377e

#de377e #7ede37 #377ede

Analogous Colors of #de377e

#de377e #de4437 #de37d2

Monochromatic Colors of #de377e

#de377e

Complementary Color

#de377e #37de97

#de377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de377e Color CSS Codes

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

#de377e Text Font Color

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

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


#de377e Background Color

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

This div background color is #de377e


#de377e Border Color

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

This div border color is #de377e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,55,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 #de377e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de377e


Comments

No comments written yet.

Please login to write comment.