Color Hex Logo

#d010dc Color Hex

#D010DC
(208,16,220)
0 Favorites   0 Comments

Color spaces of #d010dc

RGB 20816220
HSL0.820.860.46
HSV296°93°86°
CMYK 0.050.930.00   0.14
XYZ39.116018.947869.3058
Yxy18.94780.30710.1488
Hunter Lab43.529184.2274-63.9296
CIE-Lab50.626184.7322-57.1689

#d010dc color RGB value is (208,16,220).

#d010dc hex color red value is 208, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d010dc hue: 0.82 , saturation: 0.86 and the lightness value of d010dc is 0.46.

The process color (four color CMYK) of #d010dc color hex is 0.05, 0.93, 0.00, 0.14. Web safe color of #d010dc is #cc00cc. Color #d010dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010000 11011100
Octal 320 20 334
Decimal 208 16 220
Hex D0 10 DC

RGB Percentages of Color #d010dc

%46.85
%3.60
%49.55

CMYK Percentages of Color #d010dc

%5
%93
%0
%14

Triadic Colors of #d010dc

#d010dc #dcd010 #10dcd0

Analogous Colors of #d010dc

#d010dc #dc1082 #6a10dc

Monochromatic Colors of #d010dc

#d010dc

Complementary Color

#d010dc #1cdc10

#d010dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d010dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d010dc Color CSS Codes

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

#d010dc Text Font Color

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

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


#d010dc Background Color

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

This div background color is #d010dc


#d010dc Border Color

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

This div border color is #d010dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d010dc


Comments

No comments written yet.

Please login to write comment.