Color Hex Logo

#d060bf Color Hex

#D060BF
(208,96,191)
0 Favorites   0 Comments

Color spaces of #d060bf

RGB 20896191
HSL0.860.540.60
HSV309°54°82°
CMYK 0.000.540.08   0.18
XYZ39.599325.537252.1323
Yxy25.53720.33770.2178
Hunter Lab50.534351.4396-25.7908
CIE-Lab57.595156.2186-29.5751

#d060bf color RGB value is (208,96,191).

#d060bf hex color red value is 208, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d060bf hue: 0.86 , saturation: 0.54 and the lightness value of d060bf is 0.60.

The process color (four color CMYK) of #d060bf color hex is 0.00, 0.54, 0.08, 0.18. Web safe color of #d060bf is #cc66cc. Color #d060bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10111111
Octal 320 140 277
Decimal 208 96 191
Hex D0 60 BF

RGB Percentages of Color #d060bf

%42.02
%19.39
%38.59

CMYK Percentages of Color #d060bf

%0
%54
%8
%18

Triadic Colors of #d060bf

#d060bf #bfd060 #60bfd0

Analogous Colors of #d060bf

#d060bf #d06087 #a960d0

Monochromatic Colors of #d060bf

#d060bf

Complementary Color

#d060bf #60d071

#d060bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060bf Color CSS Codes

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

#d060bf Text Font Color

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

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


#d060bf Background Color

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

This div background color is #d060bf


#d060bf Border Color

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

This div border color is #d060bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060bf


Comments

No comments written yet.

Please login to write comment.