Color Hex Logo

#d0432e Color Hex

#D0432E
(208,67,46)
0 Favorites   0 Comments

Color spaces of #d0432e

RGB 2086746
HSL0.020.640.50
HSV78°82°
CMYK 0.000.680.78   0.18
XYZ28.512717.62154.4833
Yxy17.62150.56330.3481
Hunter Lab41.978047.781123.0523
CIE-Lab49.033854.393043.0647

#d0432e color RGB value is (208,67,46).

#d0432e hex color red value is 208, green value is 67 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d0432e hue: 0.02 , saturation: 0.64 and the lightness value of d0432e is 0.50.

The process color (four color CMYK) of #d0432e color hex is 0.00, 0.68, 0.78, 0.18. Web safe color of #d0432e is #cc3333. Color #d0432e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 00101110
Octal 320 103 56
Decimal 208 67 46
Hex D0 43 2E

RGB Percentages of Color #d0432e

%64.80
%20.87
%14.33

CMYK Percentages of Color #d0432e

%0
%68
%78
%18

Triadic Colors of #d0432e

#d0432e #2ed043 #432ed0

Analogous Colors of #d0432e

#d0432e #d0942e #d02e6a

Monochromatic Colors of #d0432e

#d0432e

Complementary Color

#d0432e #2ebbd0

#d0432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0432e Color CSS Codes

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

#d0432e Text Font Color

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

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


#d0432e Background Color

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

This div background color is #d0432e


#d0432e Border Color

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

This div border color is #d0432e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0432e


Comments

No comments written yet.

Please login to write comment.