Color Hex Logo

#c60cba Color Hex

#C60CBA
(198,12,186)
0 Favorites   0 Comments

Color spaces of #c60cba

RGB 19812186
HSL0.840.890.41
HSV304°94°78°
CMYK 0.000.940.06   0.22
XYZ32.283115.813947.8052
Yxy15.81390.33660.1649
Hunter Lab39.766775.3168-43.4383
CIE-Lab46.729478.4730-43.8546

#c60cba color RGB value is (198,12,186).

#c60cba hex color red value is 198, green value is 12 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c60cba hue: 0.84 , saturation: 0.89 and the lightness value of c60cba is 0.41.

The process color (four color CMYK) of #c60cba color hex is 0.00, 0.94, 0.06, 0.22. Web safe color of #c60cba is #cc00cc. Color #c60cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001100 10111010
Octal 306 14 272
Decimal 198 12 186
Hex C6 C BA

RGB Percentages of Color #c60cba

%50.00
%3.03
%46.97

CMYK Percentages of Color #c60cba

%0
%94
%6
%22

Triadic Colors of #c60cba

#c60cba #bac60c #0cbac6

Analogous Colors of #c60cba

#c60cba #c60c5d #750cc6

Monochromatic Colors of #c60cba

#c60cba

Complementary Color

#c60cba #0cc618

#c60cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60cba Color CSS Codes

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

#c60cba Text Font Color

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

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


#c60cba Background Color

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

This div background color is #c60cba


#c60cba Border Color

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

This div border color is #c60cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60cba


Comments

No comments written yet.

Please login to write comment.