Color Hex Logo

#c095df Color Hex

#C095DF
(192,149,223)
0 Favorites   0 Comments

Color spaces of #c095df

RGB 192149223
HSL0.760.540.73
HSV275°33°87°
CMYK 0.140.330.00   0.13
XYZ45.805038.029174.7382
Yxy38.02910.28890.2398
Hunter Lab61.667724.6661-28.6891
CIE-Lab68.042129.7577-31.5238

#c095df color RGB value is (192,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 11011111
Octal 300 225 337
Decimal 192 149 223
Hex C0 95 DF

RGB Percentages of Color #c095df

%34.04
%26.42
%39.54

CMYK Percentages of Color #c095df

%14
%33
%0
%13

Triadic Colors of #c095df

#c095df #dfc095 #95dfc0

Analogous Colors of #c095df

#c095df #df95d9 #9b95df

Monochromatic Colors of #c095df

#c095df

Complementary Color

#c095df #b4df95

#c095df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c095df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c095df Color CSS Codes

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

#c095df Text Font Color

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

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


#c095df Background Color

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

This div background color is #c095df


#c095df Border Color

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

This div border color is #c095df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c095df


Comments

No comments written yet.

Please login to write comment.