Color Hex Logo

#c393ef Color Hex

#C393EF
(195,147,239)
0 Favorites   0 Comments

Color spaces of #c393ef

RGB 195147239
HSL0.750.740.76
HSV271°38°94°
CMYK 0.180.380.00   0.06
XYZ48.519438.701586.5742
Yxy38.70150.27920.2227
Hunter Lab62.210530.3478-38.9625
CIE-Lab68.534535.2305-39.5355

#c393ef color RGB value is (195,147,239).

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

The process color (four color CMYK) of #c393ef color hex is 0.18, 0.38, 0.00, 0.06. Web safe color of #c393ef is #cc99ff. Color #c393ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010011 11101111
Octal 303 223 357
Decimal 195 147 239
Hex C3 93 EF

RGB Percentages of Color #c393ef

%33.56
%25.30
%41.14

CMYK Percentages of Color #c393ef

%18
%38
%0
%6

Triadic Colors of #c393ef

#c393ef #efc393 #93efc3

Analogous Colors of #c393ef

#c393ef #ef93ed #9593ef

Monochromatic Colors of #c393ef

#c393ef

Complementary Color

#c393ef #bfef93

#c393ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c393ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c393ef Color CSS Codes

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

#c393ef Text Font Color

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

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


#c393ef Background Color

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

This div background color is #c393ef


#c393ef Border Color

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

This div border color is #c393ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c393ef


Comments

No comments written yet.

Please login to write comment.