Color Hex Logo

#c397eb Color Hex

#C397EB
(195,151,235)
0 Favorites   0 Comments

Color spaces of #c397eb

RGB 195151235
HSL0.750.680.76
HSV271°36°92°
CMYK 0.170.360.00   0.08
XYZ48.567739.733583.7068
Yxy39.73350.28240.2310
Hunter Lab63.034527.2227-34.6101
CIE-Lab69.279332.1526-36.1828

#c397eb color RGB value is (195,151,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010111 11101011
Octal 303 227 353
Decimal 195 151 235
Hex C3 97 EB

RGB Percentages of Color #c397eb

%33.56
%25.99
%40.45

CMYK Percentages of Color #c397eb

%17
%36
%0
%8

Triadic Colors of #c397eb

#c397eb #ebc397 #97ebc3

Analogous Colors of #c397eb

#c397eb #eb97e9 #9997eb

Monochromatic Colors of #c397eb

#c397eb

Complementary Color

#c397eb #bfeb97

#c397eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c397eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c397eb Color CSS Codes

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

#c397eb Text Font Color

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

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


#c397eb Background Color

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

This div background color is #c397eb


#c397eb Border Color

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

This div border color is #c397eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c397eb


Comments

No comments written yet.

Please login to write comment.