Color Hex Logo

#c263fa Color Hex

#C263FA
(194,99,250)
0 Favorites   0 Comments

Color spaces of #c263fa

RGB 19499250
HSL0.770.940.68
HSV278°60°98°
CMYK 0.220.600.00   0.02
XYZ43.965327.295193.3937
Yxy27.29510.26700.1658
Hunter Lab52.244758.7842-69.4167
CIE-Lab59.246562.3496-60.2919

#c263fa color RGB value is (194,99,250).

#c263fa hex color red value is 194, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c263fa hue: 0.77 , saturation: 0.94 and the lightness value of c263fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 11111010
Octal 302 143 372
Decimal 194 99 250
Hex C2 63 FA

RGB Percentages of Color #c263fa

%35.73
%18.23
%46.04

CMYK Percentages of Color #c263fa

%22
%60
%0
%2

Triadic Colors of #c263fa

#c263fa #fac263 #63fac2

Analogous Colors of #c263fa

#c263fa #fa63e7 #7763fa

Monochromatic Colors of #c263fa

#c263fa

Complementary Color

#c263fa #9bfa63

#c263fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263fa Color CSS Codes

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

#c263fa Text Font Color

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

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


#c263fa Background Color

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

This div background color is #c263fa


#c263fa Border Color

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

This div border color is #c263fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263fa


Comments

No comments written yet.

Please login to write comment.