Color Hex Logo

#d60182 Color Hex

#D60182
(214,1,130)
0 Favorites   0 Comments

Color spaces of #d60182

RGB 2141130
HSL0.900.990.42
HSV324°100°84°
CMYK 0.001.000.39   0.16
XYZ31.771715.929622.5193
Yxy15.92960.45250.2269
Hunter Lab39.911972.2483-5.5146
CIE-Lab46.882075.9632-9.8583

#d60182 color RGB value is (214,1,130).

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

The process color (four color CMYK) of #d60182 color hex is 0.00, 1.00, 0.39, 0.16. Web safe color of #d60182 is #cc0099. Color #d60182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000001 10000010
Octal 326 1 202
Decimal 214 1 130
Hex D6 1 82

RGB Percentages of Color #d60182

%62.03
%0.29
%37.68

CMYK Percentages of Color #d60182

%0
%100
%39
%16

Triadic Colors of #d60182

#d60182 #82d601 #0182d6

Analogous Colors of #d60182

#d60182 #d60117 #c001d6

Monochromatic Colors of #d60182

#d60182

Complementary Color

#d60182 #01d655

#d60182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60182 Color CSS Codes

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

#d60182 Text Font Color

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

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


#d60182 Background Color

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

This div background color is #d60182


#d60182 Border Color

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

This div border color is #d60182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60182


Comments

No comments written yet.

Please login to write comment.