Color Hex Logo

#de247d Color Hex

#DE247D
(222,36,125)
0 Favorites   0 Comments

Color spaces of #de247d

RGB 22236125
HSL0.920.740.51
HSV331°84°87°
CMYK 0.000.840.44   0.13
XYZ34.456718.272021.1128
Yxy18.27200.46660.2474
Hunter Lab42.745869.08100.6378
CIE-Lab49.824472.7925-2.2697

#de247d color RGB value is (222,36,125).

#de247d hex color red value is 222, green value is 36 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #de247d hue: 0.92 , saturation: 0.74 and the lightness value of de247d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100100 01111101
Octal 336 44 175
Decimal 222 36 125
Hex DE 24 7D

RGB Percentages of Color #de247d

%57.96
%9.40
%32.64

CMYK Percentages of Color #de247d

%0
%84
%44
%13

Triadic Colors of #de247d

#de247d #7dde24 #247dde

Analogous Colors of #de247d

#de247d #de2824 #de24da

Monochromatic Colors of #de247d

#de247d

Complementary Color

#de247d #24de85

#de247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de247d Color CSS Codes

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

#de247d Text Font Color

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

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


#de247d Background Color

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

This div background color is #de247d


#de247d Border Color

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

This div border color is #de247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de247d


Comments

No comments written yet.

Please login to write comment.