Color Hex Logo

#d60abf Color Hex

#D60ABF
(214,10,191)
0 Favorites   0 Comments

Color spaces of #d60abf

RGB 21410191
HSL0.850.910.44
HSV307°95°84°
CMYK 0.000.950.11   0.16
XYZ37.244118.274850.8546
Yxy18.27480.35010.1718
Hunter Lab42.749080.7032-40.6075
CIE-Lab49.827782.1435-41.6783

#d60abf color RGB value is (214,10,191).

#d60abf hex color red value is 214, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d60abf hue: 0.85 , saturation: 0.91 and the lightness value of d60abf is 0.44.

The process color (four color CMYK) of #d60abf color hex is 0.00, 0.95, 0.11, 0.16. Web safe color of #d60abf is #cc00cc. Color #d60abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001010 10111111
Octal 326 12 277
Decimal 214 10 191
Hex D6 A BF

RGB Percentages of Color #d60abf

%51.57
%2.41
%46.02

CMYK Percentages of Color #d60abf

%0
%95
%11
%16

Triadic Colors of #d60abf

#d60abf #bfd60a #0abfd6

Analogous Colors of #d60abf

#d60abf #d60a59 #870ad6

Monochromatic Colors of #d60abf

#d60abf

Complementary Color

#d60abf #0ad621

#d60abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60abf Color CSS Codes

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

#d60abf Text Font Color

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

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


#d60abf Background Color

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

This div background color is #d60abf


#d60abf Border Color

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

This div border color is #d60abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60abf


Comments

No comments written yet.

Please login to write comment.