Color Hex Logo

#d010fe Color Hex

#D010FE
(208,16,254)
0 Favorites   0 Comments

Color spaces of #d010fe

RGB 20816254
HSL0.800.990.53
HSV288°94°100°
CMYK 0.180.940.00   0.00
XYZ44.087120.936295.4834
Yxy20.93620.27470.1304
Hunter Lab45.756191.9159-91.6966
CIE-Lab52.879690.1498-72.6762

#d010fe color RGB value is (208,16,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010000 11111110
Octal 320 20 376
Decimal 208 16 254
Hex D0 10 FE

RGB Percentages of Color #d010fe

%43.51
%3.35
%53.14

CMYK Percentages of Color #d010fe

%18
%94
%0
%0

Triadic Colors of #d010fe

#d010fe #fed010 #10fed0

Analogous Colors of #d010fe

#d010fe #fe10b5 #5910fe

Monochromatic Colors of #d010fe

#d010fe

Complementary Color

#d010fe #3efe10

#d010fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d010fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d010fe Color CSS Codes

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

#d010fe Text Font Color

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

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


#d010fe Background Color

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

This div background color is #d010fe


#d010fe Border Color

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

This div border color is #d010fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d010fe


Comments

No comments written yet.

Please login to write comment.