Color Hex Logo

#c353ee Color Hex

#C353EE
(195,83,238)
0 Favorites   0 Comments

Color spaces of #c353ee

RGB 19583238
HSL0.790.820.63
HSV283°65°93°
CMYK 0.180.650.00   0.07
XYZ41.031523.961783.3514
Yxy23.96170.27660.1615
Hunter Lab48.950763.9588-66.6913
CIE-Lab56.049467.3300-58.7332

#c353ee color RGB value is (195,83,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 11101110
Octal 303 123 356
Decimal 195 83 238
Hex C3 53 EE

RGB Percentages of Color #c353ee

%37.79
%16.09
%46.12

CMYK Percentages of Color #c353ee

%18
%65
%0
%7

Triadic Colors of #c353ee

#c353ee #eec353 #53eec3

Analogous Colors of #c353ee

#c353ee #ee53cc #7653ee

Monochromatic Colors of #c353ee

#c353ee

Complementary Color

#c353ee #7eee53

#c353ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353ee Color CSS Codes

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

#c353ee Text Font Color

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

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


#c353ee Background Color

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

This div background color is #c353ee


#c353ee Border Color

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

This div border color is #c353ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353ee


Comments

No comments written yet.

Please login to write comment.