Color Hex Logo

#d510dc Color Hex

#D510DC
(213,16,220)
0 Favorites   0 Comments

Color spaces of #d510dc

RGB 21316220
HSL0.830.860.46
HSV298°93°86°
CMYK 0.030.930.00   0.14
XYZ40.544119.684069.3726
Yxy19.68400.31280.1519
Hunter Lab44.366785.4791-61.6504
CIE-Lab51.478085.5321-55.7553

#d510dc color RGB value is (213,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 11011100
Octal 325 20 334
Decimal 213 16 220
Hex D5 10 DC

RGB Percentages of Color #d510dc

%47.44
%3.56
%49.00

CMYK Percentages of Color #d510dc

%3
%93
%0
%14

Triadic Colors of #d510dc

#d510dc #dcd510 #10dcd5

Analogous Colors of #d510dc

#d510dc #dc107d #6f10dc

Monochromatic Colors of #d510dc

#d510dc

Complementary Color

#d510dc #17dc10

#d510dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510dc Color CSS Codes

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

#d510dc Text Font Color

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

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


#d510dc Background Color

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

This div background color is #d510dc


#d510dc Border Color

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

This div border color is #d510dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510dc


Comments

No comments written yet.

Please login to write comment.