Color Hex Logo

#c096ef Color Hex

#C096EF
(192,150,239)
0 Favorites   0 Comments

Color spaces of #c096ef

RGB 192150239
HSL0.750.740.76
HSV268°37°94°
CMYK 0.200.370.00   0.06
XYZ48.224639.251286.6959
Yxy39.25120.27690.2254
Hunter Lab62.650827.7591-38.1897
CIE-Lab68.932832.7025-38.9355

#c096ef color RGB value is (192,150,239).

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

The process color (four color CMYK) of #c096ef color hex is 0.20, 0.37, 0.00, 0.06. Web safe color of #c096ef is #cc99ff. Color #c096ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11101111
Octal 300 226 357
Decimal 192 150 239
Hex C0 96 EF

RGB Percentages of Color #c096ef

%33.05
%25.82
%41.14

CMYK Percentages of Color #c096ef

%20
%37
%0
%6

Triadic Colors of #c096ef

#c096ef #efc096 #96efc0

Analogous Colors of #c096ef

#c096ef #ed96ef #9699ef

Monochromatic Colors of #c096ef

#c096ef

Complementary Color

#c096ef #c5ef96

#c096ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096ef Color CSS Codes

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

#c096ef Text Font Color

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

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


#c096ef Background Color

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

This div background color is #c096ef


#c096ef Border Color

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

This div border color is #c096ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096ef


Comments

No comments written yet.

Please login to write comment.