Color Hex Logo

#c963fe Color Hex

#C963FE
(201,99,254)
0 Favorites   0 Comments

Color spaces of #c963fe

RGB 20199254
HSL0.780.990.69
HSV279°61°100°
CMYK 0.210.610.00   0.00
XYZ46.438628.496996.8188
Yxy28.49690.27040.1659
Hunter Lab53.382561.8617-70.1654
CIE-Lab60.335064.7768-60.7103

#c963fe color RGB value is (201,99,254).

#c963fe hex color red value is 201, green value is 99 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c963fe hue: 0.78 , saturation: 0.99 and the lightness value of c963fe is 0.69.

The process color (four color CMYK) of #c963fe color hex is 0.21, 0.61, 0.00, 0.00. Web safe color of #c963fe is #cc66ff. Color #c963fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 11111110
Octal 311 143 376
Decimal 201 99 254
Hex C9 63 FE

RGB Percentages of Color #c963fe

%36.28
%17.87
%45.85

CMYK Percentages of Color #c963fe

%21
%61
%0
%0

Triadic Colors of #c963fe

#c963fe #fec963 #63fec9

Analogous Colors of #c963fe

#c963fe #fe63e6 #7c63fe

Monochromatic Colors of #c963fe

#c963fe

Complementary Color

#c963fe #98fe63

#c963fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c963fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c963fe Color CSS Codes

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

#c963fe Text Font Color

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

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


#c963fe Background Color

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

This div background color is #c963fe


#c963fe Border Color

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

This div border color is #c963fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,99,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c963fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c963fe;
  -webkit-box-shadow: 1px 1px 3px 2px #c963fe;
  box-shadow:         1px 1px 3px 2px #c963fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,99,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c963fe

Related Colors


Comments

No comments written yet.

Please login to write comment.