Color Hex Logo

#d060fe Color Hex

#D060FE
(208,96,254)
0 Favorites   0 Comments

Color spaces of #d060fe

RGB 20896254
HSL0.780.990.69
HSV283°62°100°
CMYK 0.180.620.00   0.00
XYZ48.084728.931496.8159
Yxy28.93140.27660.1664
Hunter Lab53.787965.4445-69.0679
CIE-Lab60.721067.7121-60.0428

#d060fe color RGB value is (208,96,254).

#d060fe hex color red value is 208, green value is 96 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d060fe hue: 0.78 , saturation: 0.99 and the lightness value of d060fe is 0.69.

The process color (four color CMYK) of #d060fe color hex is 0.18, 0.62, 0.00, 0.00. Web safe color of #d060fe is #cc66ff. Color #d060fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 11111110
Octal 320 140 376
Decimal 208 96 254
Hex D0 60 FE

RGB Percentages of Color #d060fe

%37.28
%17.20
%45.52

CMYK Percentages of Color #d060fe

%18
%62
%0
%0

Triadic Colors of #d060fe

#d060fe #fed060 #60fed0

Analogous Colors of #d060fe

#d060fe #fe60dd #8160fe

Monochromatic Colors of #d060fe

#d060fe

Complementary Color

#d060fe #8efe60

#d060fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060fe Color CSS Codes

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

#d060fe Text Font Color

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

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


#d060fe Background Color

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

This div background color is #d060fe


#d060fe Border Color

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

This div border color is #d060fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,96,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d060fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d060fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d060fe;
  box-shadow:         1px 1px 3px 2px #d060fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,96,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060fe


Comments

No comments written yet.

Please login to write comment.