Color Hex Logo

#d6008c Color Hex

#D6008C
(214,0,140)
0 Favorites   0 Comments

Color spaces of #d6008c

RGB 2140140
HSL0.891.000.42
HSV321°100°84°
CMYK 0.001.000.35   0.16
XYZ32.465216.189626.2247
Yxy16.18960.43360.2162
Hunter Lab40.236373.6116-10.4779
CIE-Lab47.222377.0032-15.4323

#d6008c color RGB value is (214,0,140).

#d6008c hex color red value is 214, green value is 0 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d6008c hue: 0.89 , saturation: 1.00 and the lightness value of d6008c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000000 10001100
Octal 326 0 214
Decimal 214 0 140
Hex D6 0 8C

RGB Percentages of Color #d6008c

%60.45
%0.00
%39.55

CMYK Percentages of Color #d6008c

%0
%100
%35
%16

Triadic Colors of #d6008c

#d6008c #8cd600 #008cd6

Analogous Colors of #d6008c

#d6008c #d60021 #b500d6

Monochromatic Colors of #d6008c

#d6008c

Complementary Color

#d6008c #00d64a

#d6008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6008c Color CSS Codes

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

#d6008c Text Font Color

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

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


#d6008c Background Color

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

This div background color is #d6008c


#d6008c Border Color

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

This div border color is #d6008c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6008c

#d6008c Color Palettes


Comments

No comments written yet.

Please login to write comment.