Color Hex Logo

#c460ba Color Hex

#C460BA
(196,96,186)
0 Favorites   0 Comments

Color spaces of #c460ba

RGB 19696186
HSL0.850.460.57
HSV306°51°77°
CMYK 0.000.510.05   0.23
XYZ35.810723.646749.1312
Yxy23.64670.32980.2178
Hunter Lab48.627946.3528-25.8642
CIE-Lab55.732351.9373-29.7249

#c460ba color RGB value is (196,96,186).

#c460ba hex color red value is 196, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c460ba hue: 0.85 , saturation: 0.46 and the lightness value of c460ba is 0.57.

The process color (four color CMYK) of #c460ba color hex is 0.00, 0.51, 0.05, 0.23. Web safe color of #c460ba is #cc66cc. Color #c460ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 10111010
Octal 304 140 272
Decimal 196 96 186
Hex C4 60 BA

RGB Percentages of Color #c460ba

%41.00
%20.08
%38.91

CMYK Percentages of Color #c460ba

%0
%51
%5
%23

Triadic Colors of #c460ba

#c460ba #bac460 #60bac4

Analogous Colors of #c460ba

#c460ba #c46088 #9c60c4

Monochromatic Colors of #c460ba

#c460ba

Complementary Color

#c460ba #60c46a

#c460ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460ba Color CSS Codes

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

#c460ba Text Font Color

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

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


#c460ba Background Color

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

This div background color is #c460ba


#c460ba Border Color

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

This div border color is #c460ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460ba


Comments

No comments written yet.

Please login to write comment.