Color Hex Logo

#de382d Color Hex

#DE382D
(222,56,45)
0 Favorites   0 Comments

Color spaces of #de382d

RGB 2225645
HSL0.010.730.52
HSV80°87°
CMYK 0.000.750.80   0.13
XYZ32.012018.54744.3754
Yxy18.54740.58270.3376
Hunter Lab43.066757.314524.1231
CIE-Lab50.153462.734945.5536

#de382d color RGB value is (222,56,45).

#de382d hex color red value is 222, green value is 56 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #de382d hue: 0.01 , saturation: 0.73 and the lightness value of de382d is 0.52.

The process color (four color CMYK) of #de382d color hex is 0.00, 0.75, 0.80, 0.13. Web safe color of #de382d is #cc3333. Color #de382d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111000 00101101
Octal 336 70 55
Decimal 222 56 45
Hex DE 38 2D

RGB Percentages of Color #de382d

%68.73
%17.34
%13.93

CMYK Percentages of Color #de382d

%0
%75
%80
%13

Triadic Colors of #de382d

#de382d #2dde38 #382dde

Analogous Colors of #de382d

#de382d #de912d #de2d7b

Monochromatic Colors of #de382d

#de382d

Complementary Color

#de382d #2dd3de

#de382d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de382d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de382d Color CSS Codes

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

#de382d Text Font Color

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

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


#de382d Background Color

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

This div background color is #de382d


#de382d Border Color

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

This div border color is #de382d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de382d


Comments

No comments written yet.

Please login to write comment.