Color Hex Logo

#c63ffc Color Hex

#C63FFC
(198,63,252)
0 Favorites   0 Comments

Color spaces of #c63ffc

RGB 19863252
HSL0.790.970.62
HSV283°75°99°
CMYK 0.210.750.00   0.01
XYZ42.636922.589194.2084
Yxy22.58910.26740.1417
Hunter Lab47.528076.9566-84.2531
CIE-Lab54.646678.2424-68.7738

#c63ffc color RGB value is (198,63,252).

#c63ffc hex color red value is 198, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c63ffc hue: 0.79 , saturation: 0.97 and the lightness value of c63ffc is 0.62.

The process color (four color CMYK) of #c63ffc color hex is 0.21, 0.75, 0.00, 0.01. Web safe color of #c63ffc is #cc33ff. Color #c63ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111111 11111100
Octal 306 77 374
Decimal 198 63 252
Hex C6 3F FC

RGB Percentages of Color #c63ffc

%38.60
%12.28
%49.12

CMYK Percentages of Color #c63ffc

%21
%75
%0
%1

Triadic Colors of #c63ffc

#c63ffc #fcc63f #3ffcc6

Analogous Colors of #c63ffc

#c63ffc #fc3fd4 #683ffc

Monochromatic Colors of #c63ffc

#c63ffc

Complementary Color

#c63ffc #75fc3f

#c63ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63ffc Color CSS Codes

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

#c63ffc Text Font Color

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

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


#c63ffc Background Color

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

This div background color is #c63ffc


#c63ffc Border Color

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

This div border color is #c63ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63ffc


Comments

No comments written yet.

Please login to write comment.