Color Hex Logo

#c096ed Color Hex

#C096ED
(192,150,237)
0 Favorites   0 Comments

Color spaces of #c096ed

RGB 192150237
HSL0.750.710.76
HSV269°37°93°
CMYK 0.190.370.00   0.07
XYZ47.930639.133685.1481
Yxy39.13360.27830.2272
Hunter Lab62.556927.2909-36.9117
CIE-Lab68.847932.2564-37.9721

#c096ed color RGB value is (192,150,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11101101
Octal 300 226 355
Decimal 192 150 237
Hex C0 96 ED

RGB Percentages of Color #c096ed

%33.16
%25.91
%40.93

CMYK Percentages of Color #c096ed

%19
%37
%0
%7

Triadic Colors of #c096ed

#c096ed #edc096 #96edc0

Analogous Colors of #c096ed

#c096ed #ec96ed #9698ed

Monochromatic Colors of #c096ed

#c096ed

Complementary Color

#c096ed #c3ed96

#c096ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096ed Color CSS Codes

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

#c096ed Text Font Color

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

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


#c096ed Background Color

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

This div background color is #c096ed


#c096ed Border Color

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

This div border color is #c096ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096ed


Comments

No comments written yet.

Please login to write comment.