Color Hex Logo

#c096ee Color Hex

#C096EE
(192,150,238)
0 Favorites   0 Comments

Color spaces of #c096ee

RGB 192150238
HSL0.750.720.76
HSV269°37°93°
CMYK 0.190.370.00   0.07
XYZ48.077239.192285.9198
Yxy39.19220.27760.2263
Hunter Lab62.603727.5247-37.5494
CIE-Lab68.890332.4793-38.4541

#c096ee color RGB value is (192,150,238).

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

The process color (four color CMYK) of #c096ee color hex is 0.19, 0.37, 0.00, 0.07. Web safe color of #c096ee is #cc99ff. Color #c096ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11101110
Octal 300 226 356
Decimal 192 150 238
Hex C0 96 EE

RGB Percentages of Color #c096ee

%33.10
%25.86
%41.03

CMYK Percentages of Color #c096ee

%19
%37
%0
%7

Triadic Colors of #c096ee

#c096ee #eec096 #96eec0

Analogous Colors of #c096ee

#c096ee #ec96ee #9698ee

Monochromatic Colors of #c096ee

#c096ee

Complementary Color

#c096ee #c4ee96

#c096ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096ee Color CSS Codes

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

#c096ee Text Font Color

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

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


#c096ee Background Color

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

This div background color is #c096ee


#c096ee Border Color

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

This div border color is #c096ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096ee


Comments

No comments written yet.

Please login to write comment.