Color Hex Logo

#c260ba Color Hex

#C260BA
(194,96,186)
0 Favorites   0 Comments

Color spaces of #c260ba

RGB 19496186
HSL0.850.450.57
HSV305°51°76°
CMYK 0.000.510.04   0.24
XYZ35.293923.380249.1070
Yxy23.38020.32750.2169
Hunter Lab48.353145.6729-26.3673
CIE-Lab55.461851.3576-30.1661

#c260ba color RGB value is (194,96,186).

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

The process color (four color CMYK) of #c260ba color hex is 0.00, 0.51, 0.04, 0.24. Web safe color of #c260ba is #cc66cc. Color #c260ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 10111010
Octal 302 140 272
Decimal 194 96 186
Hex C2 60 BA

RGB Percentages of Color #c260ba

%40.76
%20.17
%39.08

CMYK Percentages of Color #c260ba

%0
%51
%4
%24

Triadic Colors of #c260ba

#c260ba #bac260 #60bac2

Analogous Colors of #c260ba

#c260ba #c26089 #9960c2

Monochromatic Colors of #c260ba

#c260ba

Complementary Color

#c260ba #60c268

#c260ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c260ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c260ba Color CSS Codes

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

#c260ba Text Font Color

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

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


#c260ba Background Color

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

This div background color is #c260ba


#c260ba Border Color

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

This div border color is #c260ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c260ba


Comments

No comments written yet.

Please login to write comment.