Color Hex Logo

#c096df Color Hex

#C096DF
(192,150,223)
0 Favorites   0 Comments

Color spaces of #c096df

RGB 192150223
HSL0.760.530.73
HSV275°33°87°
CMYK 0.140.330.00   0.13
XYZ45.963938.346974.7912
Yxy38.34690.28890.2410
Hunter Lab61.924924.1236-28.2615
CIE-Lab68.275529.2042-31.1630

#c096df color RGB value is (192,150,223).

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

The process color (four color CMYK) of #c096df color hex is 0.14, 0.33, 0.00, 0.13. Web safe color of #c096df is #cc99cc. Color #c096df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11011111
Octal 300 226 337
Decimal 192 150 223
Hex C0 96 DF

RGB Percentages of Color #c096df

%33.98
%26.55
%39.47

CMYK Percentages of Color #c096df

%14
%33
%0
%13

Triadic Colors of #c096df

#c096df #dfc096 #96dfc0

Analogous Colors of #c096df

#c096df #df96da #9c96df

Monochromatic Colors of #c096df

#c096df

Complementary Color

#c096df #b5df96

#c096df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096df Color CSS Codes

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

#c096df Text Font Color

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

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


#c096df Background Color

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

This div background color is #c096df


#c096df Border Color

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

This div border color is #c096df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096df


Comments

No comments written yet.

Please login to write comment.