Color Hex Logo

#c63bac Color Hex

#C63BAC
(198,59,172)
0 Favorites   0 Comments

Color spaces of #c63bac

RGB 19859172
HSL0.860.550.50
HSV311°70°78°
CMYK 0.000.700.13   0.22
XYZ32.299118.112340.8234
Yxy18.11230.35400.1985
Hunter Lab42.558560.9921-27.0817
CIE-Lab49.632066.0191-31.0572

#c63bac color RGB value is (198,59,172).

#c63bac hex color red value is 198, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c63bac hue: 0.86 , saturation: 0.55 and the lightness value of c63bac is 0.50.

The process color (four color CMYK) of #c63bac color hex is 0.00, 0.70, 0.13, 0.22. Web safe color of #c63bac is #cc3399. Color #c63bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111011 10101100
Octal 306 73 254
Decimal 198 59 172
Hex C6 3B AC

RGB Percentages of Color #c63bac

%46.15
%13.75
%40.09

CMYK Percentages of Color #c63bac

%0
%70
%13
%22

Triadic Colors of #c63bac

#c63bac #acc63b #3bacc6

Analogous Colors of #c63bac

#c63bac #c63b67 #9b3bc6

Monochromatic Colors of #c63bac

#c63bac

Complementary Color

#c63bac #3bc655

#c63bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63bac Color CSS Codes

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

#c63bac Text Font Color

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

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


#c63bac Background Color

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

This div background color is #c63bac


#c63bac Border Color

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

This div border color is #c63bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,59,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c63bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63bac


Comments

No comments written yet.

Please login to write comment.