Color Hex Logo

#d60332 Color Hex

#D60332
(214,3,50)
0 Favorites   0 Comments

Color spaces of #d60332

RGB 214350
HSL0.960.970.43
HSV347°99°84°
CMYK 0.000.990.77   0.16
XYZ28.339814.59164.3404
Yxy14.59160.59950.3087
Hunter Lab38.199065.581020.0024
CIE-Lab45.069770.801736.9717

#d60332 color RGB value is (214,3,50).

#d60332 hex color red value is 214, green value is 3 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d60332 hue: 0.96 , saturation: 0.97 and the lightness value of d60332 is 0.43.

The process color (four color CMYK) of #d60332 color hex is 0.00, 0.99, 0.77, 0.16. Web safe color of #d60332 is #cc0033. Color #d60332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 00110010
Octal 326 3 62
Decimal 214 3 50
Hex D6 3 32

RGB Percentages of Color #d60332

%80.15
%1.12
%18.73

CMYK Percentages of Color #d60332

%0
%99
%77
%16

Triadic Colors of #d60332

#d60332 #32d603 #0332d6

Analogous Colors of #d60332

#d60332 #d63e03 #d6039c

Monochromatic Colors of #d60332

#d60332

Complementary Color

#d60332 #03d6a7

#d60332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60332 Color CSS Codes

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

#d60332 Text Font Color

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

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


#d60332 Background Color

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

This div background color is #d60332


#d60332 Border Color

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

This div border color is #d60332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60332


Comments

No comments written yet.

Please login to write comment.