Color Hex Logo

#c353ef Color Hex

#C353EF
(195,83,239)
0 Favorites   0 Comments

Color spaces of #c353ef

RGB 19583239
HSL0.790.830.63
HSV283°65°94°
CMYK 0.180.650.00   0.06
XYZ41.178924.020684.1274
Yxy24.02060.27580.1609
Hunter Lab49.010864.2068-67.4641
CIE-Lab56.108467.5277-59.1976

#c353ef color RGB value is (195,83,239).

#c353ef hex color red value is 195, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c353ef hue: 0.79 , saturation: 0.83 and the lightness value of c353ef is 0.63.

The process color (four color CMYK) of #c353ef color hex is 0.18, 0.65, 0.00, 0.06. Web safe color of #c353ef is #cc66ff. Color #c353ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 11101111
Octal 303 123 357
Decimal 195 83 239
Hex C3 53 EF

RGB Percentages of Color #c353ef

%37.72
%16.05
%46.23

CMYK Percentages of Color #c353ef

%18
%65
%0
%6

Triadic Colors of #c353ef

#c353ef #efc353 #53efc3

Analogous Colors of #c353ef

#c353ef #ef53cd #7553ef

Monochromatic Colors of #c353ef

#c353ef

Complementary Color

#c353ef #7fef53

#c353ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353ef Color CSS Codes

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

#c353ef Text Font Color

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

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


#c353ef Background Color

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

This div background color is #c353ef


#c353ef Border Color

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

This div border color is #c353ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353ef


Comments

No comments written yet.

Please login to write comment.