Color Hex Logo

#de512d Color Hex

#DE512D
(222,81,45)
0 Favorites   0 Comments

Color spaces of #de512d

RGB 2228145
HSL0.030.730.52
HSV12°80°87°
CMYK 0.000.640.80   0.13
XYZ33.540321.60394.8848
Yxy21.60390.55870.3599
Hunter Lab46.480047.466926.3049
CIE-Lab53.604253.311148.9417

#de512d color RGB value is (222,81,45).

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

The process color (four color CMYK) of #de512d color hex is 0.00, 0.64, 0.80, 0.13. Web safe color of #de512d is #cc6633. Color #de512d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 00101101
Octal 336 121 55
Decimal 222 81 45
Hex DE 51 2D

RGB Percentages of Color #de512d

%63.79
%23.28
%12.93

CMYK Percentages of Color #de512d

%0
%64
%80
%13

Triadic Colors of #de512d

#de512d #2dde51 #512dde

Analogous Colors of #de512d

#de512d #deaa2d #de2d61

Monochromatic Colors of #de512d

#de512d

Complementary Color

#de512d #2dbade

#de512d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de512d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de512d Color CSS Codes

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

#de512d Text Font Color

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

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


#de512d Background Color

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

This div background color is #de512d


#de512d Border Color

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

This div border color is #de512d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,81,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 #de512d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de512d


Comments

No comments written yet.

Please login to write comment.