Color Hex Logo

#c393eb Color Hex

#C393EB
(195,147,235)
0 Favorites   0 Comments

Color spaces of #c393eb

RGB 195147235
HSL0.760.690.75
HSV273°37°92°
CMYK 0.170.370.00   0.08
XYZ47.934838.467783.4958
Yxy38.46770.28210.2264
Hunter Lab62.022329.4171-36.4018
CIE-Lab68.363934.3543-37.6070

#c393eb color RGB value is (195,147,235).

#c393eb hex color red value is 195, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c393eb hue: 0.76 , saturation: 0.69 and the lightness value of c393eb is 0.75.

The process color (four color CMYK) of #c393eb color hex is 0.17, 0.37, 0.00, 0.08. Web safe color of #c393eb is #cc99ff. Color #c393eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010011 11101011
Octal 303 223 353
Decimal 195 147 235
Hex C3 93 EB

RGB Percentages of Color #c393eb

%33.80
%25.48
%40.73

CMYK Percentages of Color #c393eb

%17
%37
%0
%8

Triadic Colors of #c393eb

#c393eb #ebc393 #93ebc3

Analogous Colors of #c393eb

#c393eb #eb93e7 #9793eb

Monochromatic Colors of #c393eb

#c393eb

Complementary Color

#c393eb #bbeb93

#c393eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c393eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c393eb Color CSS Codes

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

#c393eb Text Font Color

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

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


#c393eb Background Color

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

This div background color is #c393eb


#c393eb Border Color

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

This div border color is #c393eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c393eb


Comments

No comments written yet.

Please login to write comment.