Color Hex Logo

#de2372 Color Hex

#DE2372
(222,35,114)
0 Favorites   0 Comments

Color spaces of #de2372

RGB 22235114
HSL0.930.740.50
HSV335°84°87°
CMYK 0.000.840.49   0.13
XYZ33.762517.946617.6041
Yxy17.94660.48710.2589
Hunter Lab42.363468.12365.0165
CIE-Lab49.431372.07643.8574

#de2372 color RGB value is (222,35,114).

#de2372 hex color red value is 222, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #de2372 hue: 0.93 , saturation: 0.74 and the lightness value of de2372 is 0.50.

The process color (four color CMYK) of #de2372 color hex is 0.00, 0.84, 0.49, 0.13. Web safe color of #de2372 is #cc3366. Color #de2372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100011 01110010
Octal 336 43 162
Decimal 222 35 114
Hex DE 23 72

RGB Percentages of Color #de2372

%59.84
%9.43
%30.73

CMYK Percentages of Color #de2372

%0
%84
%49
%13

Triadic Colors of #de2372

#de2372 #72de23 #2372de

Analogous Colors of #de2372

#de2372 #de3123 #de23d0

Monochromatic Colors of #de2372

#de2372

Complementary Color

#de2372 #23de8f

#de2372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de2372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de2372 Color CSS Codes

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

#de2372 Text Font Color

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

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


#de2372 Background Color

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

This div background color is #de2372


#de2372 Border Color

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

This div border color is #de2372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de2372


Comments

No comments written yet.

Please login to write comment.