Color Hex Logo

#d60dbb Color Hex

#D60DBB
(214,13,187)
0 Favorites   0 Comments

Color spaces of #d60dbb

RGB 21413187
HSL0.860.890.45
HSV308°94°84°
CMYK 0.000.940.13   0.16
XYZ36.845118.171848.5793
Yxy18.17180.35570.1754
Hunter Lab42.628479.6836-37.7270
CIE-Lab49.703881.3663-39.5423

#d60dbb color RGB value is (214,13,187).

#d60dbb hex color red value is 214, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d60dbb hue: 0.86 , saturation: 0.89 and the lightness value of d60dbb is 0.45.

The process color (four color CMYK) of #d60dbb color hex is 0.00, 0.94, 0.13, 0.16. Web safe color of #d60dbb is #cc00cc. Color #d60dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001101 10111011
Octal 326 15 273
Decimal 214 13 187
Hex D6 D BB

RGB Percentages of Color #d60dbb

%51.69
%3.14
%45.17

CMYK Percentages of Color #d60dbb

%0
%94
%13
%16

Triadic Colors of #d60dbb

#d60dbb #bbd60d #0dbbd6

Analogous Colors of #d60dbb

#d60dbb #d60d57 #8d0dd6

Monochromatic Colors of #d60dbb

#d60dbb

Complementary Color

#d60dbb #0dd628

#d60dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60dbb Color CSS Codes

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

#d60dbb Text Font Color

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

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


#d60dbb Background Color

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

This div background color is #d60dbb


#d60dbb Border Color

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

This div border color is #d60dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60dbb


Comments

No comments written yet.

Please login to write comment.