Color Hex Logo

#c011ba Color Hex

#C011BA
(192,17,186)
0 Favorites   0 Comments

Color spaces of #c011ba

RGB 19217186
HSL0.840.840.41
HSV302°91°75°
CMYK 0.000.910.03   0.25
XYZ30.801615.152547.7557
Yxy15.15250.32870.1617
Hunter Lab38.926273.1229-45.4902
CIE-Lab45.842476.8760-45.3314

#c011ba color RGB value is (192,17,186).

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

The process color (four color CMYK) of #c011ba color hex is 0.00, 0.91, 0.03, 0.25. Web safe color of #c011ba is #cc00cc. Color #c011ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 10111010
Octal 300 21 272
Decimal 192 17 186
Hex C0 11 BA

RGB Percentages of Color #c011ba

%48.61
%4.30
%47.09

CMYK Percentages of Color #c011ba

%0
%91
%3
%25

Triadic Colors of #c011ba

#c011ba #bac011 #11bac0

Analogous Colors of #c011ba

#c011ba #c01163 #6f11c0

Monochromatic Colors of #c011ba

#c011ba

Complementary Color

#c011ba #11c017

#c011ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011ba Color CSS Codes

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

#c011ba Text Font Color

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

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


#c011ba Background Color

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

This div background color is #c011ba


#c011ba Border Color

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

This div border color is #c011ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011ba


Comments

No comments written yet.

Please login to write comment.