Color Hex Logo

#c096dd Color Hex

#C096DD
(192,150,221)
0 Favorites   0 Comments

Color spaces of #c096dd

RGB 192150221
HSL0.770.510.73
HSV275°32°87°
CMYK 0.130.320.00   0.13
XYZ45.695738.239673.3792
Yxy38.23960.29050.2431
Hunter Lab61.838223.6869-27.0687
CIE-Lab68.196828.7785-30.1811

#c096dd color RGB value is (192,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11011101
Octal 300 226 335
Decimal 192 150 221
Hex C0 96 DD

RGB Percentages of Color #c096dd

%34.10
%26.64
%39.25

CMYK Percentages of Color #c096dd

%13
%32
%0
%13

Triadic Colors of #c096dd

#c096dd #ddc096 #96ddc0

Analogous Colors of #c096dd

#c096dd #dd96d7 #9d96dd

Monochromatic Colors of #c096dd

#c096dd

Complementary Color

#c096dd #b3dd96

#c096dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096dd Color CSS Codes

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

#c096dd Text Font Color

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

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


#c096dd Background Color

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

This div background color is #c096dd


#c096dd Border Color

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

This div border color is #c096dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096dd


Comments

No comments written yet.

Please login to write comment.