Color Hex Logo

#d72032 Color Hex

#D72032
(215,32,50)
0 Favorites   0 Comments

Color spaces of #d72032

RGB 2153250
HSL0.980.740.48
HSV354°85°84°
CMYK 0.000.850.77   0.16
XYZ29.116615.71044.5154
Yxy15.71040.59010.3184
Hunter Lab39.636361.761320.9911
CIE-Lab46.592267.263538.6907

#d72032 color RGB value is (215,32,50).

#d72032 hex color red value is 215, green value is 32 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d72032 hue: 0.98 , saturation: 0.74 and the lightness value of d72032 is 0.48.

The process color (four color CMYK) of #d72032 color hex is 0.00, 0.85, 0.77, 0.16. Web safe color of #d72032 is #cc3333. Color #d72032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100000 00110010
Octal 327 40 62
Decimal 215 32 50
Hex D7 20 32

RGB Percentages of Color #d72032

%72.39
%10.77
%16.84

CMYK Percentages of Color #d72032

%0
%85
%77
%16

Triadic Colors of #d72032

#d72032 #32d720 #2032d7

Analogous Colors of #d72032

#d72032 #d76a20 #d7208e

Monochromatic Colors of #d72032

#d72032

Complementary Color

#d72032 #20d7c5

#d72032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72032 Color CSS Codes

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

#d72032 Text Font Color

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

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


#d72032 Background Color

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

This div background color is #d72032


#d72032 Border Color

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

This div border color is #d72032


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,32,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d72032; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d72032;
  -webkit-box-shadow: 1px 1px 3px 2px #d72032;
  box-shadow:         1px 1px 3px 2px #d72032; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,32,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72032


Comments

No comments written yet.

Please login to write comment.