Color Hex Logo

#d463dd Color Hex

#D463DD
(212,99,221)
0 Favorites   0 Comments

Color spaces of #d463dd

RGB 21299221
HSL0.820.640.63
HSV296°55°87°
CMYK 0.040.550.00   0.13
XYZ44.664428.141271.4843
Yxy28.14120.30950.1950
Hunter Lab53.048357.4549-42.7614
CIE-Lab60.016161.0711-42.7633

#d463dd color RGB value is (212,99,221).

#d463dd hex color red value is 212, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d463dd hue: 0.82 , saturation: 0.64 and the lightness value of d463dd is 0.63.

The process color (four color CMYK) of #d463dd color hex is 0.04, 0.55, 0.00, 0.13. Web safe color of #d463dd is #cc66cc. Color #d463dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100011 11011101
Octal 324 143 335
Decimal 212 99 221
Hex D4 63 DD

RGB Percentages of Color #d463dd

%39.85
%18.61
%41.54

CMYK Percentages of Color #d463dd

%4
%55
%0
%13

Triadic Colors of #d463dd

#d463dd #ddd463 #63ddd4

Analogous Colors of #d463dd

#d463dd #dd63a9 #9763dd

Monochromatic Colors of #d463dd

#d463dd

Complementary Color

#d463dd #6cdd63

#d463dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d463dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d463dd Color CSS Codes

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

#d463dd Text Font Color

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

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


#d463dd Background Color

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

This div background color is #d463dd


#d463dd Border Color

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

This div border color is #d463dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d463dd


Comments

No comments written yet.

Please login to write comment.