Color Hex Logo

#d44303 Color Hex

#D44303
(212,67,3)
0 Favorites   0 Comments

Color spaces of #d44303

RGB 212673
HSL0.050.970.42
HSV18°99°83°
CMYK 0.000.680.99   0.17
XYZ29.175018.01792.0263
Yxy18.01790.59280.3661
Hunter Lab42.447548.403426.8829
CIE-Lab49.517854.878459.9615

#d44303 color RGB value is (212,67,3).

#d44303 hex color red value is 212, green value is 67 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d44303 hue: 0.05 , saturation: 0.97 and the lightness value of d44303 is 0.42.

The process color (four color CMYK) of #d44303 color hex is 0.00, 0.68, 0.99, 0.17. Web safe color of #d44303 is #cc3300. Color #d44303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000011 00000011
Octal 324 103 3
Decimal 212 67 3
Hex D4 43 3

RGB Percentages of Color #d44303

%75.18
%23.76
%1.06

CMYK Percentages of Color #d44303

%0
%68
%99
%17

Triadic Colors of #d44303

#d44303 #03d443 #4303d4

Analogous Colors of #d44303

#d44303 #d4ac03 #d4032b

Monochromatic Colors of #d44303

#d44303

Complementary Color

#d44303 #0394d4

#d44303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44303 Color CSS Codes

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

#d44303 Text Font Color

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

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


#d44303 Background Color

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

This div background color is #d44303


#d44303 Border Color

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

This div border color is #d44303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44303


Comments

No comments written yet.

Please login to write comment.