Color Hex Logo

#d400dd Color Hex

#D400DD
(212,0,221)
0 Favorites   0 Comments

Color spaces of #d400dd

RGB 2120221
HSL0.831.000.43
HSV298°100°87°
CMYK 0.041.000.00   0.13
XYZ40.202519.217569.9971
Yxy19.21750.31060.1485
Hunter Lab43.837886.9817-63.9837
CIE-Lab50.940786.7881-57.1966

#d400dd color RGB value is (212,0,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000000 11011101
Octal 324 0 335
Decimal 212 0 221
Hex D4 0 DD

RGB Percentages of Color #d400dd

%48.96
%0.00
%51.04

CMYK Percentages of Color #d400dd

%4
%100
%0
%13

Triadic Colors of #d400dd

#d400dd #ddd400 #00ddd4

Analogous Colors of #d400dd

#d400dd #dd0078 #6600dd

Monochromatic Colors of #d400dd

#d400dd

Complementary Color

#d400dd #09dd00

#d400dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d400dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d400dd Color CSS Codes

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

#d400dd Text Font Color

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

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


#d400dd Background Color

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

This div background color is #d400dd


#d400dd Border Color

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

This div border color is #d400dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d400dd


Comments

No comments written yet.

Please login to write comment.