Color Hex Logo

#c480ba Color Hex

#C480BA
(196,128,186)
0 Favorites   0 Comments

Color spaces of #c480ba

RGB 196128186
HSL0.860.370.64
HSV309°35°77°
CMYK 0.000.350.05   0.23
XYZ39.347030.719350.3100
Yxy30.71930.32690.2552
Hunter Lab55.425029.7260-15.0208
CIE-Lab62.270035.2737-19.6703

#c480ba color RGB value is (196,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000000 10111010
Octal 304 200 272
Decimal 196 128 186
Hex C4 80 BA

RGB Percentages of Color #c480ba

%38.43
%25.10
%36.47

CMYK Percentages of Color #c480ba

%0
%35
%5
%23

Triadic Colors of #c480ba

#c480ba #bac480 #80bac4

Analogous Colors of #c480ba

#c480ba #c48098 #ac80c4

Monochromatic Colors of #c480ba

#c480ba

Complementary Color

#c480ba #80c48a

#c480ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c480ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c480ba Color CSS Codes

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

#c480ba Text Font Color

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

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


#c480ba Background Color

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

This div background color is #c480ba


#c480ba Border Color

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

This div border color is #c480ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c480ba


Comments

No comments written yet.

Please login to write comment.