Color Hex Logo

#c63cba Color Hex

#C63CBA
(198,60,186)
0 Favorites   0 Comments

Color spaces of #c63cba

RGB 19860186
HSL0.850.550.51
HSV305°70°78°
CMYK 0.000.700.06   0.22
XYZ33.767518.782748.3000
Yxy18.78270.33480.1862
Hunter Lab43.339063.2346-35.7396
CIE-Lab50.432067.7804-37.9934

#c63cba color RGB value is (198,60,186).

#c63cba hex color red value is 198, green value is 60 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c63cba hue: 0.85 , saturation: 0.55 and the lightness value of c63cba is 0.51.

The process color (four color CMYK) of #c63cba color hex is 0.00, 0.70, 0.06, 0.22. Web safe color of #c63cba is #cc33cc. Color #c63cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111100 10111010
Octal 306 74 272
Decimal 198 60 186
Hex C6 3C BA

RGB Percentages of Color #c63cba

%44.59
%13.51
%41.89

CMYK Percentages of Color #c63cba

%0
%70
%6
%22

Triadic Colors of #c63cba

#c63cba #bac63c #3cbac6

Analogous Colors of #c63cba

#c63cba #c63c75 #8d3cc6

Monochromatic Colors of #c63cba

#c63cba

Complementary Color

#c63cba #3cc648

#c63cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63cba Color CSS Codes

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

#c63cba Text Font Color

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

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


#c63cba Background Color

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

This div background color is #c63cba


#c63cba Border Color

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

This div border color is #c63cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63cba


Comments

No comments written yet.

Please login to write comment.