Color Hex Logo

#c305fb Color Hex

#C305FB
(195,5,251)
0 Favorites   0 Comments

Color spaces of #c305fb

RGB 1955251
HSL0.800.970.50
HSV286°98°98°
CMYK 0.220.980.00   0.02
XYZ39.972518.675792.7648
Yxy18.67570.26400.1233
Hunter Lab43.215489.4784-97.0193
CIE-Lab50.305688.8085-75.2797

#c305fb color RGB value is (195,5,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 11111011
Octal 303 5 373
Decimal 195 5 251
Hex C3 5 FB

RGB Percentages of Color #c305fb

%43.24
%1.11
%55.65

CMYK Percentages of Color #c305fb

%22
%98
%0
%2

Triadic Colors of #c305fb

#c305fb #fbc305 #05fbc3

Analogous Colors of #c305fb

#c305fb #fb05b8 #4805fb

Monochromatic Colors of #c305fb

#c305fb

Complementary Color

#c305fb #3dfb05

#c305fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c305fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c305fb Color CSS Codes

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

#c305fb Text Font Color

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

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


#c305fb Background Color

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

This div background color is #c305fb


#c305fb Border Color

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

This div border color is #c305fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,5,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c305fb


Comments

No comments written yet.

Please login to write comment.