Color Hex Logo

#c097ea Color Hex

#C097EA
(192,151,234)
0 Favorites   0 Comments

Color spaces of #c097ea

RGB 192151234
HSL0.750.660.75
HSV270°35°92°
CMYK 0.180.350.00   0.08
XYZ47.656139.280282.9120
Yxy39.28020.28060.2313
Hunter Lab62.673926.0488-34.5636
CIE-Lab68.953731.0391-36.1624

#c097ea color RGB value is (192,151,234).

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

The process color (four color CMYK) of #c097ea color hex is 0.18, 0.35, 0.00, 0.08. Web safe color of #c097ea is #cc99ff. Color #c097ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 11101010
Octal 300 227 352
Decimal 192 151 234
Hex C0 97 EA

RGB Percentages of Color #c097ea

%33.28
%26.17
%40.55

CMYK Percentages of Color #c097ea

%18
%35
%0
%8

Triadic Colors of #c097ea

#c097ea #eac097 #97eac0

Analogous Colors of #c097ea

#c097ea #ea97ea #9798ea

Monochromatic Colors of #c097ea

#c097ea

Complementary Color

#c097ea #c1ea97

#c097ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097ea Color CSS Codes

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

#c097ea Text Font Color

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

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


#c097ea Background Color

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

This div background color is #c097ea


#c097ea Border Color

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

This div border color is #c097ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097ea


Comments

No comments written yet.

Please login to write comment.