Color Hex Logo

#d60ffb Color Hex

#D60FFB
(214,15,251)
0 Favorites   0 Comments

Color spaces of #d60ffb

RGB 21415251
HSL0.810.970.52
HSV291°94°98°
CMYK 0.150.940.00   0.02
XYZ45.315021.602893.0482
Yxy21.60280.28330.1350
Hunter Lab46.478892.6925-86.1604
CIE-Lab53.603090.5921-69.7874

#d60ffb color RGB value is (214,15,251).

#d60ffb hex color red value is 214, green value is 15 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d60ffb hue: 0.81 , saturation: 0.97 and the lightness value of d60ffb is 0.52.

The process color (four color CMYK) of #d60ffb color hex is 0.15, 0.94, 0.00, 0.02. Web safe color of #d60ffb is #cc00ff. Color #d60ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001111 11111011
Octal 326 17 373
Decimal 214 15 251
Hex D6 F FB

RGB Percentages of Color #d60ffb

%44.58
%3.13
%52.29

CMYK Percentages of Color #d60ffb

%15
%94
%0
%2

Triadic Colors of #d60ffb

#d60ffb #fbd60f #0ffbd6

Analogous Colors of #d60ffb

#d60ffb #fb0faa #600ffb

Monochromatic Colors of #d60ffb

#d60ffb

Complementary Color

#d60ffb #34fb0f

#d60ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60ffb Color CSS Codes

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

#d60ffb Text Font Color

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

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


#d60ffb Background Color

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

This div background color is #d60ffb


#d60ffb Border Color

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

This div border color is #d60ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.