Color Hex Logo

#c309fe Color Hex

#C309FE
(195,9,254)
0 Favorites   0 Comments

Color spaces of #c309fe

RGB 1959254
HSL0.790.990.52
HSV286°96°100°
CMYK 0.230.960.00   0.00
XYZ40.492818.953295.2901
Yxy18.95320.26170.1225
Hunter Lab43.535389.8388-99.2994
CIE-Lab50.632489.0182-76.4214

#c309fe color RGB value is (195,9,254).

#c309fe hex color red value is 195, green value is 9 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c309fe hue: 0.79 , saturation: 0.99 and the lightness value of c309fe is 0.52.

The process color (four color CMYK) of #c309fe color hex is 0.23, 0.96, 0.00, 0.00. Web safe color of #c309fe is #cc00ff. Color #c309fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 11111110
Octal 303 11 376
Decimal 195 9 254
Hex C3 9 FE

RGB Percentages of Color #c309fe

%42.58
%1.97
%55.46

CMYK Percentages of Color #c309fe

%23
%96
%0
%0

Triadic Colors of #c309fe

#c309fe #fec309 #09fec3

Analogous Colors of #c309fe

#c309fe #fe09bf #4909fe

Monochromatic Colors of #c309fe

#c309fe

Complementary Color

#c309fe #44fe09

#c309fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c309fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c309fe Color CSS Codes

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

#c309fe Text Font Color

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

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


#c309fe Background Color

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

This div background color is #c309fe


#c309fe Border Color

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

This div border color is #c309fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c309fe


Comments

No comments written yet.

Please login to write comment.