Color Hex Logo

#c393de Color Hex

#C393DE
(195,147,222)
0 Favorites   0 Comments

Color spaces of #c393de

RGB 195147222
HSL0.770.530.72
HSV278°34°87°
CMYK 0.120.340.00   0.13
XYZ46.124237.743573.9614
Yxy37.74350.29220.2391
Hunter Lab61.435726.5002-28.3732
CIE-Lab67.831131.5753-31.2741

#c393de color RGB value is (195,147,222).

#c393de hex color red value is 195, green value is 147 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c393de hue: 0.77 , saturation: 0.53 and the lightness value of c393de is 0.72.

The process color (four color CMYK) of #c393de color hex is 0.12, 0.34, 0.00, 0.13. Web safe color of #c393de is #cc99cc. Color #c393de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010011 11011110
Octal 303 223 336
Decimal 195 147 222
Hex C3 93 DE

RGB Percentages of Color #c393de

%34.57
%26.06
%39.36

CMYK Percentages of Color #c393de

%12
%34
%0
%13

Triadic Colors of #c393de

#c393de #dec393 #93dec3

Analogous Colors of #c393de

#c393de #de93d4 #9e93de

Monochromatic Colors of #c393de

#c393de

Complementary Color

#c393de #aede93

#c393de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c393de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c393de Color CSS Codes

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

#c393de Text Font Color

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

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


#c393de Background Color

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

This div background color is #c393de


#c393de Border Color

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

This div border color is #c393de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c393de


Comments

No comments written yet.

Please login to write comment.