Color Hex Logo

#d52944 Color Hex

#D52944
(213,41,68)
0 Favorites   0 Comments

Color spaces of #d52944

RGB 2134168
HSL0.970.680.50
HSV351°81°84°
CMYK 0.000.810.68   0.16
XYZ29.276916.14947.0429
Yxy16.14940.55800.3078
Hunter Lab40.186359.716417.7395
CIE-Lab47.169965.391028.6299

#d52944 color RGB value is (213,41,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101001 01000100
Octal 325 51 104
Decimal 213 41 68
Hex D5 29 44

RGB Percentages of Color #d52944

%66.15
%12.73
%21.12

CMYK Percentages of Color #d52944

%0
%81
%68
%16

Triadic Colors of #d52944

#d52944 #44d529 #2944d5

Analogous Colors of #d52944

#d52944 #d56429 #d5299a

Monochromatic Colors of #d52944

#d52944

Complementary Color

#d52944 #29d5ba

#d52944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52944 Color CSS Codes

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

#d52944 Text Font Color

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

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


#d52944 Background Color

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

This div background color is #d52944


#d52944 Border Color

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

This div border color is #d52944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52944


Comments

No comments written yet.

Please login to write comment.