Color Hex Logo

#de431b Color Hex

#DE431B
(222,67,27)
0 Favorites   0 Comments

Color spaces of #de431b

RGB 2226727
HSL0.030.780.49
HSV12°88°87°
CMYK 0.000.700.88   0.13
XYZ32.329219.62303.1206
Yxy19.62300.58700.3563
Hunter Lab44.297952.750626.8318
CIE-Lab51.408358.471355.0158

#de431b color RGB value is (222,67,27).

#de431b hex color red value is 222, green value is 67 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #de431b hue: 0.03 , saturation: 0.78 and the lightness value of de431b is 0.49.

The process color (four color CMYK) of #de431b color hex is 0.00, 0.70, 0.88, 0.13. Web safe color of #de431b is #cc3333. Color #de431b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000011 00011011
Octal 336 103 33
Decimal 222 67 27
Hex DE 43 1B

RGB Percentages of Color #de431b

%70.25
%21.20
%8.54

CMYK Percentages of Color #de431b

%0
%70
%88
%13

Triadic Colors of #de431b

#de431b #1bde43 #431bde

Analogous Colors of #de431b

#de431b #dea51b #de1b54

Monochromatic Colors of #de431b

#de431b

Complementary Color

#de431b #1bb6de

#de431b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de431b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de431b Color CSS Codes

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

#de431b Text Font Color

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

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


#de431b Background Color

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

This div background color is #de431b


#de431b Border Color

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

This div border color is #de431b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de431b


Comments

No comments written yet.

Please login to write comment.