Color Hex Logo

#d34244 Color Hex

#D34244
(211,66,68)
0 Favorites   0 Comments

Color spaces of #d34244

RGB 2116668
HSL1.000.620.54
HSV359°69°83°
CMYK 0.000.690.68   0.17
XYZ29.855618.16277.4010
Yxy18.16270.53870.3277
Hunter Lab42.617750.466119.5361
CIE-Lab49.692956.726531.6416

#d34244 color RGB value is (211,66,68).

#d34244 hex color red value is 211, green value is 66 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d34244 hue: 1.00 , saturation: 0.62 and the lightness value of d34244 is 0.54.

The process color (four color CMYK) of #d34244 color hex is 0.00, 0.69, 0.68, 0.17. Web safe color of #d34244 is #cc3333. Color #d34244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 01000100
Octal 323 102 104
Decimal 211 66 68
Hex D3 42 44

RGB Percentages of Color #d34244

%61.16
%19.13
%19.71

CMYK Percentages of Color #d34244

%0
%69
%68
%17

Triadic Colors of #d34244

#d34244 #44d342 #4244d3

Analogous Colors of #d34244

#d34244 #d38942 #d3428d

Monochromatic Colors of #d34244

#d34244

Complementary Color

#d34244 #42d3d1

#d34244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34244 Color CSS Codes

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

#d34244 Text Font Color

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

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


#d34244 Background Color

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

This div background color is #d34244


#d34244 Border Color

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

This div border color is #d34244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34244

#d34244 Color Palettes


Comments

No comments written yet.

Please login to write comment.