Color Hex Logo

#c097ee Color Hex

#C097EE
(192,151,238)
0 Favorites   0 Comments

Color spaces of #c097ee

RGB 192151238
HSL0.750.720.76
HSV268°37°93°
CMYK 0.190.370.00   0.07
XYZ48.237539.512785.9732
Yxy39.51270.27770.2274
Hunter Lab62.859126.9757-37.0903
CIE-Lab69.121031.9268-38.0945

#c097ee color RGB value is (192,151,238).

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

The process color (four color CMYK) of #c097ee color hex is 0.19, 0.37, 0.00, 0.07. Web safe color of #c097ee is #cc99ff. Color #c097ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 11101110
Octal 300 227 356
Decimal 192 151 238
Hex C0 97 EE

RGB Percentages of Color #c097ee

%33.05
%25.99
%40.96

CMYK Percentages of Color #c097ee

%19
%37
%0
%7

Triadic Colors of #c097ee

#c097ee #eec097 #97eec0

Analogous Colors of #c097ee

#c097ee #ec97ee #979aee

Monochromatic Colors of #c097ee

#c097ee

Complementary Color

#c097ee #c5ee97

#c097ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097ee Color CSS Codes

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

#c097ee Text Font Color

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

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


#c097ee Background Color

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

This div background color is #c097ee


#c097ee Border Color

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

This div border color is #c097ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097ee


Comments

No comments written yet.

Please login to write comment.