Color Hex Logo

#c60bba Color Hex

#C60BBA
(198,11,186)
0 Favorites   0 Comments

Color spaces of #c60bba

RGB 19811186
HSL0.840.890.41
HSV304°94°78°
CMYK 0.000.940.06   0.22
XYZ32.271315.790347.8013
Yxy15.79030.33660.1647
Hunter Lab39.737075.4240-43.5065
CIE-Lab46.698278.5650-43.9043

#c60bba color RGB value is (198,11,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 10111010
Octal 306 13 272
Decimal 198 11 186
Hex C6 B BA

RGB Percentages of Color #c60bba

%50.13
%2.78
%47.09

CMYK Percentages of Color #c60bba

%0
%94
%6
%22

Triadic Colors of #c60bba

#c60bba #bac60b #0bbac6

Analogous Colors of #c60bba

#c60bba #c60b5c #750bc6

Monochromatic Colors of #c60bba

#c60bba

Complementary Color

#c60bba #0bc617

#c60bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60bba Color CSS Codes

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

#c60bba Text Font Color

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

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


#c60bba Background Color

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

This div background color is #c60bba


#c60bba Border Color

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

This div border color is #c60bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60bba


Comments

No comments written yet.

Please login to write comment.