Color Hex Logo

#de350b Color Hex

#DE350B
(222,53,11)
0 Favorites   0 Comments

Color spaces of #de350b

RGB 2225311
HSL0.030.910.46
HSV12°95°87°
CMYK 0.000.760.95   0.13
XYZ31.457718.10002.1522
Yxy18.10000.60830.3500
Hunter Lab42.544157.533226.7815
CIE-Lab49.617263.026759.0571

#de350b color RGB value is (222,53,11).

#de350b hex color red value is 222, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #de350b hue: 0.03 , saturation: 0.91 and the lightness value of de350b is 0.46.

The process color (four color CMYK) of #de350b color hex is 0.00, 0.76, 0.95, 0.13. Web safe color of #de350b is #cc3300. Color #de350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110101 00001011
Octal 336 65 13
Decimal 222 53 11
Hex DE 35 B

RGB Percentages of Color #de350b

%77.62
%18.53
%3.85

CMYK Percentages of Color #de350b

%0
%76
%95
%13

Triadic Colors of #de350b

#de350b #0bde35 #350bde

Analogous Colors of #de350b

#de350b #de9f0b #de0b4a

Monochromatic Colors of #de350b

#de350b

Complementary Color

#de350b #0bb4de

#de350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de350b Color CSS Codes

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

#de350b Text Font Color

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

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


#de350b Background Color

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

This div background color is #de350b


#de350b Border Color

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

This div border color is #de350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de350b


Comments

No comments written yet.

Please login to write comment.