Color Hex Logo

#d010fb Color Hex

#D010FB
(208,16,251)
0 Favorites   0 Comments

Color spaces of #d010fb

RGB 20816251
HSL0.800.970.52
HSV289°94°98°
CMYK 0.170.940.00   0.02
XYZ43.610320.745592.9726
Yxy20.74550.27720.1319
Hunter Lab45.547291.2015-89.1418
CIE-Lab52.669889.6536-71.3449

#d010fb color RGB value is (208,16,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010000 11111011
Octal 320 20 373
Decimal 208 16 251
Hex D0 10 FB

RGB Percentages of Color #d010fb

%43.79
%3.37
%52.84

CMYK Percentages of Color #d010fb

%17
%94
%0
%2

Triadic Colors of #d010fb

#d010fb #fbd010 #10fbd0

Analogous Colors of #d010fb

#d010fb #fb10b1 #5b10fb

Monochromatic Colors of #d010fb

#d010fb

Complementary Color

#d010fb #3bfb10

#d010fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d010fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d010fb Color CSS Codes

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

#d010fb Text Font Color

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

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


#d010fb Background Color

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

This div background color is #d010fb


#d010fb Border Color

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

This div border color is #d010fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d010fb


Comments

No comments written yet.

Please login to write comment.