Color Hex Logo

#c397ed Color Hex

#C397ED
(195,151,237)
0 Favorites   0 Comments

Color spaces of #c397ed

RGB 195151237
HSL0.750.700.76
HSV271°36°93°
CMYK 0.180.360.00   0.07
XYZ48.858339.849785.2374
Yxy39.84970.28090.2291
Hunter Lab63.126627.6826-35.8683
CIE-Lab69.362332.5903-37.1496

#c397ed color RGB value is (195,151,237).

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

The process color (four color CMYK) of #c397ed color hex is 0.18, 0.36, 0.00, 0.07. Web safe color of #c397ed is #cc99ff. Color #c397ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010111 11101101
Octal 303 227 355
Decimal 195 151 237
Hex C3 97 ED

RGB Percentages of Color #c397ed

%33.45
%25.90
%40.65

CMYK Percentages of Color #c397ed

%18
%36
%0
%7

Triadic Colors of #c397ed

#c397ed #edc397 #97edc3

Analogous Colors of #c397ed

#c397ed #ed97ec #9897ed

Monochromatic Colors of #c397ed

#c397ed

Complementary Color

#c397ed #c1ed97

#c397ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c397ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c397ed Color CSS Codes

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

#c397ed Text Font Color

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

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


#c397ed Background Color

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

This div background color is #c397ed


#c397ed Border Color

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

This div border color is #c397ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c397ed


Comments

No comments written yet.

Please login to write comment.