Color Hex Logo

#c096bf Color Hex

#C096BF
(192,150,191)
0 Favorites   0 Comments

Color spaces of #c096bf

RGB 192150191
HSL0.840.250.67
HSV301°22°75°
CMYK 0.000.220.01   0.25
XYZ42.048536.780754.1734
Yxy36.78070.31610.2765
Hunter Lab60.647117.6271-10.5082
CIE-Lab67.112222.7424-15.1822

#c096bf color RGB value is (192,150,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 10111111
Octal 300 226 277
Decimal 192 150 191
Hex C0 96 BF

RGB Percentages of Color #c096bf

%36.02
%28.14
%35.83

CMYK Percentages of Color #c096bf

%0
%22
%1
%25

Triadic Colors of #c096bf

#c096bf #bfc096 #96bfc0

Analogous Colors of #c096bf

#c096bf #c096aa #ac96c0

Monochromatic Colors of #c096bf

#c096bf

Complementary Color

#c096bf #96c097

#c096bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096bf Color CSS Codes

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

#c096bf Text Font Color

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

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


#c096bf Background Color

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

This div background color is #c096bf


#c096bf Border Color

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

This div border color is #c096bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096bf


Comments

No comments written yet.

Please login to write comment.