Color Hex Logo

#c63fca Color Hex

#C63FCA
(198,63,202)
0 Favorites   0 Comments

Color spaces of #c63fca

RGB 19863202
HSL0.830.570.52
HSV298°69°79°
CMYK 0.020.690.00   0.21
XYZ35.726919.825057.8207
Yxy19.82500.31510.1749
Hunter Lab44.525365.3085-45.8265
CIE-Lab51.638869.2999-45.3402

#c63fca color RGB value is (198,63,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111111 11001010
Octal 306 77 312
Decimal 198 63 202
Hex C6 3F CA

RGB Percentages of Color #c63fca

%42.76
%13.61
%43.63

CMYK Percentages of Color #c63fca

%2
%69
%0
%21

Triadic Colors of #c63fca

#c63fca #cac63f #3fcac6

Analogous Colors of #c63fca

#c63fca #ca3f89 #813fca

Monochromatic Colors of #c63fca

#c63fca

Complementary Color

#c63fca #43ca3f

#c63fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63fca Color CSS Codes

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

#c63fca Text Font Color

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

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


#c63fca Background Color

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

This div background color is #c63fca


#c63fca Border Color

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

This div border color is #c63fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63fca


Comments

No comments written yet.

Please login to write comment.