Color Hex Logo

#c095dd Color Hex

#C095DD
(192,149,221)
0 Favorites   0 Comments

Color spaces of #c095dd

RGB 192149221
HSL0.770.510.73
HSV276°33°87°
CMYK 0.130.330.00   0.13
XYZ45.536837.921873.3262
Yxy37.92180.29040.2419
Hunter Lab61.580724.2284-27.4921
CIE-Lab67.962929.3321-30.5421

#c095dd color RGB value is (192,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 11011101
Octal 300 225 335
Decimal 192 149 221
Hex C0 95 DD

RGB Percentages of Color #c095dd

%34.16
%26.51
%39.32

CMYK Percentages of Color #c095dd

%13
%33
%0
%13

Triadic Colors of #c095dd

#c095dd #ddc095 #95ddc0

Analogous Colors of #c095dd

#c095dd #dd95d6 #9c95dd

Monochromatic Colors of #c095dd

#c095dd

Complementary Color

#c095dd #b2dd95

#c095dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c095dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c095dd Color CSS Codes

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

#c095dd Text Font Color

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

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


#c095dd Background Color

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

This div background color is #c095dd


#c095dd Border Color

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

This div border color is #c095dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,149,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 #c095dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c095dd


Comments

No comments written yet.

Please login to write comment.