Color Hex Logo

#c097be Color Hex

#C097BE
(192,151,190)
0 Favorites   0 Comments

Color spaces of #c097be

RGB 192151190
HSL0.840.250.67
HSV303°21°75°
CMYK 0.000.210.01   0.25
XYZ42.099137.057453.6491
Yxy37.05740.31700.2790
Hunter Lab60.874816.9141-9.6401
CIE-Lab67.320121.9991-14.3109

#c097be color RGB value is (192,151,190).

#c097be hex color red value is 192, green value is 151 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c097be hue: 0.84 , saturation: 0.25 and the lightness value of c097be is 0.67.

The process color (four color CMYK) of #c097be color hex is 0.00, 0.21, 0.01, 0.25. Web safe color of #c097be is #cc99cc. Color #c097be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 10111110
Octal 300 227 276
Decimal 192 151 190
Hex C0 97 BE

RGB Percentages of Color #c097be

%36.02
%28.33
%35.65

CMYK Percentages of Color #c097be

%0
%21
%1
%25

Triadic Colors of #c097be

#c097be #bec097 #97bec0

Analogous Colors of #c097be

#c097be #c097aa #ae97c0

Monochromatic Colors of #c097be

#c097be

Complementary Color

#c097be #97c099

#c097be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097be Color CSS Codes

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

#c097be Text Font Color

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

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


#c097be Background Color

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

This div background color is #c097be


#c097be Border Color

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

This div border color is #c097be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097be


Comments

No comments written yet.

Please login to write comment.