Color Hex Logo

#c353fe Color Hex

#C353FE
(195,83,254)
0 Favorites   0 Comments

Color spaces of #c353fe

RGB 19583254
HSL0.780.990.66
HSV279°67°100°
CMYK 0.230.670.00   0.00
XYZ43.488324.944496.2886
Yxy24.94440.26400.1514
Hunter Lab49.944468.0235-79.3451
CIE-Lab57.021270.5377-66.0721

#c353fe color RGB value is (195,83,254).

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

The process color (four color CMYK) of #c353fe color hex is 0.23, 0.67, 0.00, 0.00. Web safe color of #c353fe is #cc66ff. Color #c353fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 11111110
Octal 303 123 376
Decimal 195 83 254
Hex C3 53 FE

RGB Percentages of Color #c353fe

%36.65
%15.60
%47.74

CMYK Percentages of Color #c353fe

%23
%67
%0
%0

Triadic Colors of #c353fe

#c353fe #fec353 #53fec3

Analogous Colors of #c353fe

#c353fe #fe53e4 #6e53fe

Monochromatic Colors of #c353fe

#c353fe

Complementary Color

#c353fe #8efe53

#c353fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353fe Color CSS Codes

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

#c353fe Text Font Color

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

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


#c353fe Background Color

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

This div background color is #c353fe


#c353fe Border Color

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

This div border color is #c353fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353fe

Related Colors


Comments

No comments written yet.

Please login to write comment.