Color Hex Logo

#c763fe Color Hex

#C763FE
(199,99,254)
0 Favorites   0 Comments

Color spaces of #c763fe

RGB 19999254
HSL0.770.990.69
HSV279°61°100°
CMYK 0.220.610.00   0.00
XYZ45.904428.221696.7938
Yxy28.22160.26860.1651
Hunter Lab53.124061.2747-70.8417
CIE-Lab60.088464.3240-61.1189

#c763fe color RGB value is (199,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100011 11111110
Octal 307 143 376
Decimal 199 99 254
Hex C7 63 FE

RGB Percentages of Color #c763fe

%36.05
%17.93
%46.01

CMYK Percentages of Color #c763fe

%22
%61
%0
%0

Triadic Colors of #c763fe

#c763fe #fec763 #63fec7

Analogous Colors of #c763fe

#c763fe #fe63e8 #7a63fe

Monochromatic Colors of #c763fe

#c763fe

Complementary Color

#c763fe #9afe63

#c763fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c763fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c763fe Color CSS Codes

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

#c763fe Text Font Color

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

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


#c763fe Background Color

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

This div background color is #c763fe


#c763fe Border Color

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

This div border color is #c763fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c763fe


Comments

No comments written yet.

Please login to write comment.