Color Hex Logo

#c353ed Color Hex

#C353ED
(195,83,237)
0 Favorites   0 Comments

Color spaces of #c353ed

RGB 19583237
HSL0.790.810.63
HSV284°65°93°
CMYK 0.180.650.00   0.07
XYZ40.885023.903082.5796
Yxy23.90300.27740.1622
Hunter Lab48.890763.7125-65.9212
CIE-Lab55.990567.1336-58.2683

#c353ed color RGB value is (195,83,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 11101101
Octal 303 123 355
Decimal 195 83 237
Hex C3 53 ED

RGB Percentages of Color #c353ed

%37.86
%16.12
%46.02

CMYK Percentages of Color #c353ed

%18
%65
%0
%7

Triadic Colors of #c353ed

#c353ed #edc353 #53edc3

Analogous Colors of #c353ed

#c353ed #ed53ca #7653ed

Monochromatic Colors of #c353ed

#c353ed

Complementary Color

#c353ed #7ded53

#c353ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353ed Color CSS Codes

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

#c353ed Text Font Color

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

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


#c353ed Background Color

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

This div background color is #c353ed


#c353ed Border Color

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

This div border color is #c353ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353ed


Comments

No comments written yet.

Please login to write comment.