Color Hex Logo

#d510dd Color Hex

#D510DD
(213,16,221)
0 Favorites   0 Comments

Color spaces of #d510dd

RGB 21316221
HSL0.830.860.46
HSV298°93°87°
CMYK 0.040.930.00   0.13
XYZ40.677019.737270.0724
Yxy19.73720.31170.1513
Hunter Lab44.426685.6882-62.4173
CIE-Lab51.538885.6811-56.2273

#d510dd color RGB value is (213,16,221).

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

The process color (four color CMYK) of #d510dd color hex is 0.04, 0.93, 0.00, 0.13. Web safe color of #d510dd is #cc00cc. Color #d510dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 11011101
Octal 325 20 335
Decimal 213 16 221
Hex D5 10 DD

RGB Percentages of Color #d510dd

%47.33
%3.56
%49.11

CMYK Percentages of Color #d510dd

%4
%93
%0
%13

Triadic Colors of #d510dd

#d510dd #ddd510 #10ddd5

Analogous Colors of #d510dd

#d510dd #dd107f #6f10dd

Monochromatic Colors of #d510dd

#d510dd

Complementary Color

#d510dd #18dd10

#d510dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510dd Color CSS Codes

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

#d510dd Text Font Color

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

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


#d510dd Background Color

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

This div background color is #d510dd


#d510dd Border Color

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

This div border color is #d510dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510dd


Comments

No comments written yet.

Please login to write comment.