Color Hex Logo

#d60cfb Color Hex

#D60CFB
(214,12,251)
0 Favorites   0 Comments

Color spaces of #d60cfb

RGB 21412251
HSL0.810.970.52
HSV291°95°98°
CMYK 0.150.950.00   0.02
XYZ45.275621.524193.0351
Yxy21.52410.28330.1347
Hunter Lab46.394193.0071-86.4197
CIE-Lab53.518490.8436-69.9244

#d60cfb color RGB value is (214,12,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001100 11111011
Octal 326 14 373
Decimal 214 12 251
Hex D6 C FB

RGB Percentages of Color #d60cfb

%44.86
%2.52
%52.62

CMYK Percentages of Color #d60cfb

%15
%95
%0
%2

Triadic Colors of #d60cfb

#d60cfb #fbd60c #0cfbd6

Analogous Colors of #d60cfb

#d60cfb #fb0ca9 #5f0cfb

Monochromatic Colors of #d60cfb

#d60cfb

Complementary Color

#d60cfb #31fb0c

#d60cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60cfb Color CSS Codes

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

#d60cfb Text Font Color

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

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


#d60cfb Background Color

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

This div background color is #d60cfb


#d60cfb Border Color

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

This div border color is #d60cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60cfb


Comments

No comments written yet.

Please login to write comment.