Color Hex Logo

#c305fa Color Hex

#C305FA
(195,5,250)
0 Favorites   0 Comments

Color spaces of #c305fa

RGB 1955250
HSL0.800.960.50
HSV287°98°98°
CMYK 0.220.980.00   0.02
XYZ39.815318.612891.9366
Yxy18.61280.26480.1238
Hunter Lab43.142689.2342-96.1469
CIE-Lab50.231188.6380-74.8423

#c305fa color RGB value is (195,5,250).

#c305fa hex color red value is 195, green value is 5 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c305fa hue: 0.80 , saturation: 0.96 and the lightness value of c305fa is 0.50.

The process color (four color CMYK) of #c305fa color hex is 0.22, 0.98, 0.00, 0.02. Web safe color of #c305fa is #cc00ff. Color #c305fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 11111010
Octal 303 5 372
Decimal 195 5 250
Hex C3 5 FA

RGB Percentages of Color #c305fa

%43.33
%1.11
%55.56

CMYK Percentages of Color #c305fa

%22
%98
%0
%2

Triadic Colors of #c305fa

#c305fa #fac305 #05fac3

Analogous Colors of #c305fa

#c305fa #fa05b7 #4905fa

Monochromatic Colors of #c305fa

#c305fa

Complementary Color

#c305fa #3cfa05

#c305fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c305fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c305fa Color CSS Codes

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

#c305fa Text Font Color

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

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


#c305fa Background Color

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

This div background color is #c305fa


#c305fa Border Color

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

This div border color is #c305fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c305fa


Comments

No comments written yet.

Please login to write comment.