Color Hex Logo

#d32539 Color Hex

#D32539
(211,37,57)
0 Favorites   0 Comments

Color spaces of #d32539

RGB 2113757
HSL0.980.700.49
HSV353°82°83°
CMYK 0.000.820.73   0.17
XYZ28.264115.46745.3667
Yxy15.46740.57570.3150
Hunter Lab39.328659.456619.4394
CIE-Lab46.267865.339534.0288

#d32539 color RGB value is (211,37,57).

#d32539 hex color red value is 211, green value is 37 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d32539 hue: 0.98 , saturation: 0.70 and the lightness value of d32539 is 0.49.

The process color (four color CMYK) of #d32539 color hex is 0.00, 0.82, 0.73, 0.17. Web safe color of #d32539 is #cc3333. Color #d32539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100101 00111001
Octal 323 45 71
Decimal 211 37 57
Hex D3 25 39

RGB Percentages of Color #d32539

%69.18
%12.13
%18.69

CMYK Percentages of Color #d32539

%0
%82
%73
%17

Triadic Colors of #d32539

#d32539 #39d325 #2539d3

Analogous Colors of #d32539

#d32539 #d36825 #d32590

Monochromatic Colors of #d32539

#d32539

Complementary Color

#d32539 #25d3bf

#d32539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32539 Color CSS Codes

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

#d32539 Text Font Color

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

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


#d32539 Background Color

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

This div background color is #d32539


#d32539 Border Color

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

This div border color is #d32539


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,37,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32539


Comments

No comments written yet.

Please login to write comment.