Color Hex Logo

#c480bc Color Hex

#C480BC
(196,128,188)
0 Favorites   0 Comments

Color spaces of #c480bc

RGB 196128188
HSL0.850.370.64
HSV307°35°77°
CMYK 0.000.350.04   0.23
XYZ39.561230.804951.4378
Yxy30.80490.32480.2529
Hunter Lab55.502230.1036-16.0967
CIE-Lab62.342635.6356-20.6919

#c480bc color RGB value is (196,128,188).

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

The process color (four color CMYK) of #c480bc color hex is 0.00, 0.35, 0.04, 0.23. Web safe color of #c480bc is #cc99cc. Color #c480bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000000 10111100
Octal 304 200 274
Decimal 196 128 188
Hex C4 80 BC

RGB Percentages of Color #c480bc

%38.28
%25.00
%36.72

CMYK Percentages of Color #c480bc

%0
%35
%4
%23

Triadic Colors of #c480bc

#c480bc #bcc480 #80bcc4

Analogous Colors of #c480bc

#c480bc #c4809a #aa80c4

Monochromatic Colors of #c480bc

#c480bc

Complementary Color

#c480bc #80c488

#c480bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c480bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c480bc Color CSS Codes

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

#c480bc Text Font Color

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

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


#c480bc Background Color

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

This div background color is #c480bc


#c480bc Border Color

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

This div border color is #c480bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c480bc


Comments

No comments written yet.

Please login to write comment.