Color Hex Logo

#c063ba Color Hex

#C063BA
(192,99,186)
0 Favorites   0 Comments

Color spaces of #c063ba

RGB 19299186
HSL0.840.420.57
HSV304°48°75°
CMYK 0.000.480.03   0.25
XYZ35.063023.675349.1761
Yxy23.67530.32490.2194
Hunter Lab48.657343.4790-25.8621
CIE-Lab55.761249.2816-29.7218

#c063ba color RGB value is (192,99,186).

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

The process color (four color CMYK) of #c063ba color hex is 0.00, 0.48, 0.03, 0.25. Web safe color of #c063ba is #cc66cc. Color #c063ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 10111010
Octal 300 143 272
Decimal 192 99 186
Hex C0 63 BA

RGB Percentages of Color #c063ba

%40.25
%20.75
%38.99

CMYK Percentages of Color #c063ba

%0
%48
%3
%25

Triadic Colors of #c063ba

#c063ba #bac063 #63bac0

Analogous Colors of #c063ba

#c063ba #c0638c #9863c0

Monochromatic Colors of #c063ba

#c063ba

Complementary Color

#c063ba #63c069

#c063ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c063ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c063ba Color CSS Codes

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

#c063ba Text Font Color

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

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


#c063ba Background Color

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

This div background color is #c063ba


#c063ba Border Color

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

This div border color is #c063ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c063ba


Comments

No comments written yet.

Please login to write comment.