Color Hex Logo

#d45344 Color Hex

#D45344
(212,83,68)
0 Favorites   0 Comments

Color spaces of #d45344

RGB 2128368
HSL0.020.630.55
HSV68°83°
CMYK 0.000.610.68   0.17
XYZ31.288020.60097.7962
Yxy20.60090.52420.3452
Hunter Lab45.388243.618221.5877
CIE-Lab52.509949.935035.0709

#d45344 color RGB value is (212,83,68).

#d45344 hex color red value is 212, green value is 83 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d45344 hue: 0.02 , saturation: 0.63 and the lightness value of d45344 is 0.55.

The process color (four color CMYK) of #d45344 color hex is 0.00, 0.61, 0.68, 0.17. Web safe color of #d45344 is #cc6633. Color #d45344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010011 01000100
Octal 324 123 104
Decimal 212 83 68
Hex D4 53 44

RGB Percentages of Color #d45344

%58.40
%22.87
%18.73

CMYK Percentages of Color #d45344

%0
%61
%68
%17

Triadic Colors of #d45344

#d45344 #44d453 #5344d4

Analogous Colors of #d45344

#d45344 #d49b44 #d4447d

Monochromatic Colors of #d45344

#d45344

Complementary Color

#d45344 #44c5d4

#d45344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45344 Color CSS Codes

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

#d45344 Text Font Color

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

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


#d45344 Background Color

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

This div background color is #d45344


#d45344 Border Color

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

This div border color is #d45344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45344


Comments

No comments written yet.

Please login to write comment.