Color Hex Logo

#d450dd Color Hex

#D450DD
(212,80,221)
0 Favorites   0 Comments

Color spaces of #d450dd

RGB 21280221
HSL0.820.670.59
HSV296°64°87°
CMYK 0.040.640.00   0.13
XYZ43.071224.954870.9533
Yxy24.95480.30990.1796
Hunter Lab49.954866.4825-49.2442
CIE-Lab57.031469.2583-47.4779

#d450dd color RGB value is (212,80,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010000 11011101
Octal 324 120 335
Decimal 212 80 221
Hex D4 50 DD

RGB Percentages of Color #d450dd

%41.33
%15.59
%43.08

CMYK Percentages of Color #d450dd

%4
%64
%0
%13

Triadic Colors of #d450dd

#d450dd #ddd450 #50ddd4

Analogous Colors of #d450dd

#d450dd #dd50a0 #8e50dd

Monochromatic Colors of #d450dd

#d450dd

Complementary Color

#d450dd #59dd50

#d450dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d450dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d450dd Color CSS Codes

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

#d450dd Text Font Color

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

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


#d450dd Background Color

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

This div background color is #d450dd


#d450dd Border Color

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

This div border color is #d450dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d450dd


Comments

No comments written yet.

Please login to write comment.