Color Hex Logo

#d84033 Color Hex

#D84033
(216,64,51)
0 Favorites   0 Comments

Color spaces of #d84033

RGB 2166451
HSL0.010.680.52
HSV76°85°
CMYK 0.000.700.76   0.15
XYZ30.749818.50475.0830
Yxy18.50470.56590.3406
Hunter Lab43.017152.316823.1061
CIE-Lab50.102658.320241.9561

#d84033 color RGB value is (216,64,51).

#d84033 hex color red value is 216, green value is 64 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d84033 hue: 0.01 , saturation: 0.68 and the lightness value of d84033 is 0.52.

The process color (four color CMYK) of #d84033 color hex is 0.00, 0.70, 0.76, 0.15. Web safe color of #d84033 is #cc3333. Color #d84033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000000 00110011
Octal 330 100 63
Decimal 216 64 51
Hex D8 40 33

RGB Percentages of Color #d84033

%65.26
%19.34
%15.41

CMYK Percentages of Color #d84033

%0
%70
%76
%15

Triadic Colors of #d84033

#d84033 #33d840 #4033d8

Analogous Colors of #d84033

#d84033 #d89333 #d83379

Monochromatic Colors of #d84033

#d84033

Complementary Color

#d84033 #33cbd8

#d84033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84033 Color CSS Codes

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

#d84033 Text Font Color

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

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


#d84033 Background Color

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

This div background color is #d84033


#d84033 Border Color

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

This div border color is #d84033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,64,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d84033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d84033;
  -webkit-box-shadow: 1px 1px 3px 2px #d84033;
  box-shadow:         1px 1px 3px 2px #d84033; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,64,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84033


Comments

No comments written yet.

Please login to write comment.