Color Hex Logo

#c480af Color Hex

#C480AF
(196,128,175)
0 Favorites   0 Comments

Color spaces of #c480af

RGB 196128175
HSL0.880.370.64
HSV319°35°77°
CMYK 0.000.350.11   0.23
XYZ38.222030.269344.3855
Yxy30.26930.33860.2682
Hunter Lab55.017527.7275-9.3200
CIE-Lab61.885933.3433-14.0080

#c480af color RGB value is (196,128,175).

#c480af hex color red value is 196, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c480af hue: 0.88 , saturation: 0.37 and the lightness value of c480af is 0.64.

The process color (four color CMYK) of #c480af color hex is 0.00, 0.35, 0.11, 0.23. Web safe color of #c480af is #cc9999. Color #c480af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000000 10101111
Octal 304 200 257
Decimal 196 128 175
Hex C4 80 AF

RGB Percentages of Color #c480af

%39.28
%25.65
%35.07

CMYK Percentages of Color #c480af

%0
%35
%11
%23

Triadic Colors of #c480af

#c480af #afc480 #80afc4

Analogous Colors of #c480af

#c480af #c4808d #b780c4

Monochromatic Colors of #c480af

#c480af

Complementary Color

#c480af #80c495

#c480af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c480af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c480af Color CSS Codes

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

#c480af Text Font Color

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

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


#c480af Background Color

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

This div background color is #c480af


#c480af Border Color

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

This div border color is #c480af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c480af


Comments

No comments written yet.

Please login to write comment.