Color Hex Logo

#d010fa Color Hex

#D010FA
(208,16,250)
0 Favorites   0 Comments

Color spaces of #d010fa

RGB 20816250
HSL0.800.960.52
HSV289°94°98°
CMYK 0.170.940.00   0.02
XYZ43.453020.682692.1444
Yxy20.68260.27800.1323
Hunter Lab45.478190.9647-88.2943
CIE-Lab52.600489.4889-70.8996

#d010fa color RGB value is (208,16,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010000 11111010
Octal 320 20 372
Decimal 208 16 250
Hex D0 10 FA

RGB Percentages of Color #d010fa

%43.88
%3.38
%52.74

CMYK Percentages of Color #d010fa

%17
%94
%0
%2

Triadic Colors of #d010fa

#d010fa #fad010 #10fad0

Analogous Colors of #d010fa

#d010fa #fa10af #5b10fa

Monochromatic Colors of #d010fa

#d010fa

Complementary Color

#d010fa #3afa10

#d010fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d010fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d010fa Color CSS Codes

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

#d010fa Text Font Color

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

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


#d010fa Background Color

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

This div background color is #d010fa


#d010fa Border Color

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

This div border color is #d010fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d010fa


Comments

No comments written yet.

Please login to write comment.