Color Hex Logo

#d480dc Color Hex

#D480DC
(212,128,220)
0 Favorites   0 Comments

Color spaces of #d480dc

RGB 212128220
HSL0.820.570.68
HSV295°42°86°
CMYK 0.040.420.00   0.14
XYZ47.788834.602771.8704
Yxy34.60270.30980.2243
Hunter Lab58.824142.0717-31.2628
CIE-Lab65.438246.5608-33.7273

#d480dc color RGB value is (212,128,220).

#d480dc hex color red value is 212, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d480dc hue: 0.82 , saturation: 0.57 and the lightness value of d480dc is 0.68.

The process color (four color CMYK) of #d480dc color hex is 0.04, 0.42, 0.00, 0.14. Web safe color of #d480dc is #cc99cc. Color #d480dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 11011100
Octal 324 200 334
Decimal 212 128 220
Hex D4 80 DC

RGB Percentages of Color #d480dc

%37.86
%22.86
%39.29

CMYK Percentages of Color #d480dc

%4
%42
%0
%14

Triadic Colors of #d480dc

#d480dc #dcd480 #80dcd4

Analogous Colors of #d480dc

#d480dc #dc80b6 #a680dc

Monochromatic Colors of #d480dc

#d480dc

Complementary Color

#d480dc #88dc80

#d480dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d480dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d480dc Color CSS Codes

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

#d480dc Text Font Color

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

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


#d480dc Background Color

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

This div background color is #d480dc


#d480dc Border Color

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

This div border color is #d480dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,128,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d480dc


Comments

No comments written yet.

Please login to write comment.