Color Hex Logo

#c210ba Color Hex

#C210BA
(194,16,186)
0 Favorites   0 Comments

Color spaces of #c210ba

RGB 19416186
HSL0.840.850.41
HSV303°92°76°
CMYK 0.000.920.04   0.24
XYZ31.296415.385147.7745
Yxy15.38510.33130.1629
Hunter Lab39.223873.7820-44.7583
CIE-Lab46.157277.3482-44.8085

#c210ba color RGB value is (194,16,186).

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

The process color (four color CMYK) of #c210ba color hex is 0.00, 0.92, 0.04, 0.24. Web safe color of #c210ba is #cc00cc. Color #c210ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010000 10111010
Octal 302 20 272
Decimal 194 16 186
Hex C2 10 BA

RGB Percentages of Color #c210ba

%48.99
%4.04
%46.97

CMYK Percentages of Color #c210ba

%0
%92
%4
%24

Triadic Colors of #c210ba

#c210ba #bac210 #10bac2

Analogous Colors of #c210ba

#c210ba #c21061 #7110c2

Monochromatic Colors of #c210ba

#c210ba

Complementary Color

#c210ba #10c218

#c210ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c210ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c210ba Color CSS Codes

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

#c210ba Text Font Color

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

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


#c210ba Background Color

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

This div background color is #c210ba


#c210ba Border Color

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

This div border color is #c210ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c210ba


Comments

No comments written yet.

Please login to write comment.