Color Hex Logo

#de235e Color Hex

#DE235E
(222,35,94)
0 Favorites   0 Comments

Color spaces of #de235e

RGB 2223594
HSL0.950.740.50
HSV341°84°87°
CMYK 0.000.840.58   0.13
XYZ32.745617.539812.2493
Yxy17.53980.52360.2805
Hunter Lab41.880566.274811.9751
CIE-Lab48.933170.632215.4048

#de235e color RGB value is (222,35,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100011 01011110
Octal 336 43 136
Decimal 222 35 94
Hex DE 23 5E

RGB Percentages of Color #de235e

%63.25
%9.97
%26.78

CMYK Percentages of Color #de235e

%0
%84
%58
%13

Triadic Colors of #de235e

#de235e #5ede23 #235ede

Analogous Colors of #de235e

#de235e #de4623 #de23bc

Monochromatic Colors of #de235e

#de235e

Complementary Color

#de235e #23dea3

#de235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de235e Color CSS Codes

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

#de235e Text Font Color

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

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


#de235e Background Color

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

This div background color is #de235e


#de235e Border Color

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

This div border color is #de235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de235e


Comments

No comments written yet.

Please login to write comment.