Color Hex Logo

#d410dd Color Hex

#D410DD
(212,16,221)
0 Favorites   0 Comments

Color spaces of #d410dd

RGB 21216221
HSL0.830.860.46
HSV297°93°87°
CMYK 0.040.930.00   0.13
XYZ40.387819.588170.0588
Yxy19.58810.31060.1506
Hunter Lab44.258485.4369-62.8721
CIE-Lab51.368385.5209-56.5101

#d410dd color RGB value is (212,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010000 11011101
Octal 324 20 335
Decimal 212 16 221
Hex D4 10 DD

RGB Percentages of Color #d410dd

%47.22
%3.56
%49.22

CMYK Percentages of Color #d410dd

%4
%93
%0
%13

Triadic Colors of #d410dd

#d410dd #ddd410 #10ddd4

Analogous Colors of #d410dd

#d410dd #dd1080 #6e10dd

Monochromatic Colors of #d410dd

#d410dd

Complementary Color

#d410dd #19dd10

#d410dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d410dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d410dd Color CSS Codes

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

#d410dd Text Font Color

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

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


#d410dd Background Color

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

This div background color is #d410dd


#d410dd Border Color

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

This div border color is #d410dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d410dd


Comments

No comments written yet.

Please login to write comment.