Color Hex Logo

#d60152 Color Hex

#D60152
(214,1,82)
0 Favorites   0 Comments

Color spaces of #d60152

RGB 214182
HSL0.940.990.42
HSV337°100°84°
CMYK 0.001.000.62   0.16
XYZ29.265414.92709.3214
Yxy14.92700.54690.2789
Hunter Lab38.635567.597212.7402
CIE-Lab45.534172.397817.9470

#d60152 color RGB value is (214,1,82).

#d60152 hex color red value is 214, green value is 1 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d60152 hue: 0.94 , saturation: 0.99 and the lightness value of d60152 is 0.42.

The process color (four color CMYK) of #d60152 color hex is 0.00, 1.00, 0.62, 0.16. Web safe color of #d60152 is #cc0066. Color #d60152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000001 01010010
Octal 326 1 122
Decimal 214 1 82
Hex D6 1 52

RGB Percentages of Color #d60152

%72.05
%0.34
%27.61

CMYK Percentages of Color #d60152

%0
%100
%62
%16

Triadic Colors of #d60152

#d60152 #52d601 #0152d6

Analogous Colors of #d60152

#d60152 #d61b01 #d601bd

Monochromatic Colors of #d60152

#d60152

Complementary Color

#d60152 #01d685

#d60152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60152 Color CSS Codes

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

#d60152 Text Font Color

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

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


#d60152 Background Color

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

This div background color is #d60152


#d60152 Border Color

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

This div border color is #d60152


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,1,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60152


Comments

No comments written yet.

Please login to write comment.