Color Hex Logo

#c480dd Color Hex

#C480DD
(196,128,221)
0 Favorites   0 Comments

Color spaces of #c480dd

RGB 196128221
HSL0.790.580.68
HSV284°42°87°
CMYK 0.110.420.00   0.13
XYZ43.535332.394672.3648
Yxy32.39460.29360.2184
Hunter Lab56.916336.9314-35.5415
CIE-Lab63.667742.0279-37.1782

#c480dd color RGB value is (196,128,221).

#c480dd hex color red value is 196, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c480dd hue: 0.79 , saturation: 0.58 and the lightness value of c480dd is 0.68.

The process color (four color CMYK) of #c480dd color hex is 0.11, 0.42, 0.00, 0.13. Web safe color of #c480dd is #cc99cc. Color #c480dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000000 11011101
Octal 304 200 335
Decimal 196 128 221
Hex C4 80 DD

RGB Percentages of Color #c480dd

%35.96
%23.49
%40.55

CMYK Percentages of Color #c480dd

%11
%42
%0
%13

Triadic Colors of #c480dd

#c480dd #ddc480 #80ddc4

Analogous Colors of #c480dd

#c480dd #dd80c8 #9680dd

Monochromatic Colors of #c480dd

#c480dd

Complementary Color

#c480dd #99dd80

#c480dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c480dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c480dd Color CSS Codes

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

#c480dd Text Font Color

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

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


#c480dd Background Color

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

This div background color is #c480dd


#c480dd Border Color

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

This div border color is #c480dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c480dd


Comments

No comments written yet.

Please login to write comment.