Color Hex Logo

#c097ef Color Hex

#C097EF
(192,151,239)
0 Favorites   0 Comments

Color spaces of #c097ef

RGB 192151239
HSL0.740.730.76
HSV268°37°94°
CMYK 0.200.370.00   0.06
XYZ48.384839.571786.7493
Yxy39.57170.27700.2265
Hunter Lab62.906027.2095-37.7284
CIE-Lab69.163432.1498-38.5761

#c097ef color RGB value is (192,151,239).

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

The process color (four color CMYK) of #c097ef color hex is 0.20, 0.37, 0.00, 0.06. Web safe color of #c097ef is #cc99ff. Color #c097ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 11101111
Octal 300 227 357
Decimal 192 151 239
Hex C0 97 EF

RGB Percentages of Color #c097ef

%32.99
%25.95
%41.07

CMYK Percentages of Color #c097ef

%20
%37
%0
%6

Triadic Colors of #c097ef

#c097ef #efc097 #97efc0

Analogous Colors of #c097ef

#c097ef #ec97ef #979aef

Monochromatic Colors of #c097ef

#c097ef

Complementary Color

#c097ef #c6ef97

#c097ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097ef Color CSS Codes

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

#c097ef Text Font Color

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

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


#c097ef Background Color

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

This div background color is #c097ef


#c097ef Border Color

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

This div border color is #c097ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097ef


Comments

No comments written yet.

Please login to write comment.