Color Hex Logo

#c63aca Color Hex

#C63ACA
(198,58,202)
0 Favorites   0 Comments

Color spaces of #c63aca

RGB 19858202
HSL0.830.580.51
HSV298°71°79°
CMYK 0.020.710.00   0.21
XYZ35.462419.296157.7326
Yxy19.29610.31520.1715
Hunter Lab43.927367.2297-47.1743
CIE-Lab51.031871.0233-46.3043

#c63aca color RGB value is (198,58,202).

#c63aca hex color red value is 198, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c63aca hue: 0.83 , saturation: 0.58 and the lightness value of c63aca is 0.51.

The process color (four color CMYK) of #c63aca color hex is 0.02, 0.71, 0.00, 0.21. Web safe color of #c63aca is #cc33cc. Color #c63aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111010 11001010
Octal 306 72 312
Decimal 198 58 202
Hex C6 3A CA

RGB Percentages of Color #c63aca

%43.23
%12.66
%44.10

CMYK Percentages of Color #c63aca

%2
%71
%0
%21

Triadic Colors of #c63aca

#c63aca #cac63a #3acac6

Analogous Colors of #c63aca

#c63aca #ca3a86 #7e3aca

Monochromatic Colors of #c63aca

#c63aca

Complementary Color

#c63aca #3eca3a

#c63aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63aca Color CSS Codes

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

#c63aca Text Font Color

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

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


#c63aca Background Color

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

This div background color is #c63aca


#c63aca Border Color

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

This div border color is #c63aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63aca


Comments

No comments written yet.

Please login to write comment.