Color Hex Logo

#d480cc Color Hex

#D480CC
(212,128,204)
0 Favorites   0 Comments

Color spaces of #d480cc

RGB 212128204
HSL0.850.490.67
HSV306°40°83°
CMYK 0.000.400.04   0.17
XYZ45.769633.795061.2375
Yxy33.79500.32510.2400
Hunter Lab58.133538.8029-21.7624
CIE-Lab64.799543.6331-25.7786

#d480cc color RGB value is (212,128,204).

#d480cc hex color red value is 212, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d480cc hue: 0.85 , saturation: 0.49 and the lightness value of d480cc is 0.67.

The process color (four color CMYK) of #d480cc color hex is 0.00, 0.40, 0.04, 0.17. Web safe color of #d480cc is #cc99cc. Color #d480cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 11001100
Octal 324 200 314
Decimal 212 128 204
Hex D4 80 CC

RGB Percentages of Color #d480cc

%38.97
%23.53
%37.50

CMYK Percentages of Color #d480cc

%0
%40
%4
%17

Triadic Colors of #d480cc

#d480cc #ccd480 #80ccd4

Analogous Colors of #d480cc

#d480cc #d480a2 #b280d4

Monochromatic Colors of #d480cc

#d480cc

Complementary Color

#d480cc #80d488

#d480cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d480cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d480cc Color CSS Codes

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

#d480cc Text Font Color

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

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


#d480cc Background Color

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

This div background color is #d480cc


#d480cc Border Color

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

This div border color is #d480cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d480cc


Comments

No comments written yet.

Please login to write comment.