color codes Logo

#d60fbb color codes

#D60FBB
(214,15,187)
0 Favorites   0 Comments

Color spaces of #d60fbb

RGB 21415187
HSL0.860.870.45
HSV308°93°84°
CMYK 0.000.930.13   0.16
XYZ36.872018.225648.5882
Yxy18.22560.35560.1758
Hunter Lab42.691579.4579-37.5954
CIE-Lab49.768681.1757-39.4400

#d60fbb color RGB value is (214,15,187).

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

The process color (four color CMYK) of #d60fbb color code is 0.00, 0.93, 0.13, 0.16. Web safe color of #d60fbb is #cc00cc. Color #d60fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001111 10111011
Octal 326 17 273
Decimal 214 15 187
Hex D6 F BB

RGB Percentages of Color #d60fbb

%51.44
%3.61
%44.95

CMYK Percentages of Color #d60fbb

%0
%93
%13
%16

Triadic Colors of #d60fbb

#d60fbb #bbd60f #0fbbd6

Analogous Colors of #d60fbb

#d60fbb #d60f58 #8e0fd6

Monochromatic Colors of #d60fbb

#d60fbb

Complementary Color

#d60fbb #0fd62a

#d60fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60fbb Color CSS Codes

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

#d60fbb Text Font Color

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

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


#d60fbb Background Color

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

This div background color is #d60fbb


#d60fbb Border Color

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

This div border color is #d60fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60fbb


Comments

No comments written yet.

Please login to write comment.