Color Hex Logo

#d32844 Color Hex

#D32844
(211,40,68)
0 Favorites   0 Comments

Color spaces of #d32844

RGB 2114068
HSL0.970.680.49
HSV350°81°83°
CMYK 0.000.810.68   0.17
XYZ28.666115.78387.0045
Yxy15.78380.55710.3068
Hunter Lab39.728859.270217.3569
CIE-Lab46.689665.096627.9480

#d32844 color RGB value is (211,40,68).

#d32844 hex color red value is 211, green value is 40 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d32844 hue: 0.97 , saturation: 0.68 and the lightness value of d32844 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101000 01000100
Octal 323 50 104
Decimal 211 40 68
Hex D3 28 44

RGB Percentages of Color #d32844

%66.14
%12.54
%21.32

CMYK Percentages of Color #d32844

%0
%81
%68
%17

Triadic Colors of #d32844

#d32844 #44d328 #2844d3

Analogous Colors of #d32844

#d32844 #d36228 #d3289a

Monochromatic Colors of #d32844

#d32844

Complementary Color

#d32844 #28d3b7

#d32844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32844 Color CSS Codes

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

#d32844 Text Font Color

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

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


#d32844 Background Color

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

This div background color is #d32844


#d32844 Border Color

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

This div border color is #d32844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32844


Comments

No comments written yet.

Please login to write comment.