Color Hex Logo

#c096eb Color Hex

#C096EB
(192,150,235)
0 Favorites   0 Comments

Color spaces of #c096eb

RGB 192150235
HSL0.750.680.75
HSV270°36°92°
CMYK 0.180.360.00   0.08
XYZ47.640039.017383.6175
Yxy39.01730.27980.2291
Hunter Lab62.463826.8269-35.6442
CIE-Lab68.763831.8131-37.0064

#c096eb color RGB value is (192,150,235).

#c096eb hex color red value is 192, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c096eb hue: 0.75 , saturation: 0.68 and the lightness value of c096eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11101011
Octal 300 226 353
Decimal 192 150 235
Hex C0 96 EB

RGB Percentages of Color #c096eb

%33.28
%26.00
%40.73

CMYK Percentages of Color #c096eb

%18
%36
%0
%8

Triadic Colors of #c096eb

#c096eb #ebc096 #96ebc0

Analogous Colors of #c096eb

#c096eb #eb96eb #9697eb

Monochromatic Colors of #c096eb

#c096eb

Complementary Color

#c096eb #c1eb96

#c096eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096eb Color CSS Codes

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

#c096eb Text Font Color

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

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


#c096eb Background Color

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

This div background color is #c096eb


#c096eb Border Color

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

This div border color is #c096eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096eb


Comments

No comments written yet.

Please login to write comment.