Color Hex Logo

#d60fbe Color Hex

#D60FBE
(214,15,190)
0 Favorites   0 Comments

Color spaces of #d60fbe

RGB 21415190
HSL0.850.870.45
HSV307°93°84°
CMYK 0.000.930.11   0.16
XYZ37.196618.355550.2977
Yxy18.35550.35140.1734
Hunter Lab42.843379.9980-39.6156
CIE-Lab49.924581.5708-40.9430

#d60fbe color RGB value is (214,15,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001111 10111110
Octal 326 17 276
Decimal 214 15 190
Hex D6 F BE

RGB Percentages of Color #d60fbe

%51.07
%3.58
%45.35

CMYK Percentages of Color #d60fbe

%0
%93
%11
%16

Triadic Colors of #d60fbe

#d60fbe #bed60f #0fbed6

Analogous Colors of #d60fbe

#d60fbe #d60f5a #8b0fd6

Monochromatic Colors of #d60fbe

#d60fbe

Complementary Color

#d60fbe #0fd627

#d60fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60fbe Color CSS Codes

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

#d60fbe Text Font Color

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

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


#d60fbe Background Color

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

This div background color is #d60fbe


#d60fbe Border Color

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

This div border color is #d60fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60fbe


Comments

No comments written yet.

Please login to write comment.