Color Hex Logo

#de245d Color Hex

#DE245D
(222,36,93)
0 Favorites   0 Comments

Color spaces of #de245d

RGB 2223693
HSL0.950.740.51
HSV342°84°87°
CMYK 0.000.840.58   0.13
XYZ32.730917.581712.0244
Yxy17.58170.52510.2820
Hunter Lab41.930565.958312.3488
CIE-Lab48.984870.357016.0884

#de245d color RGB value is (222,36,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100100 01011101
Octal 336 44 135
Decimal 222 36 93
Hex DE 24 5D

RGB Percentages of Color #de245d

%63.25
%10.26
%26.50

CMYK Percentages of Color #de245d

%0
%84
%58
%13

Triadic Colors of #de245d

#de245d #5dde24 #245dde

Analogous Colors of #de245d

#de245d #de4824 #de24ba

Monochromatic Colors of #de245d

#de245d

Complementary Color

#de245d #24dea5

#de245d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de245d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de245d Color CSS Codes

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

#de245d Text Font Color

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

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


#de245d Background Color

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

This div background color is #de245d


#de245d Border Color

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

This div border color is #de245d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de245d


Comments

No comments written yet.

Please login to write comment.