Color Hex Logo

#c095ee Color Hex

#C095EE
(192,149,238)
0 Favorites   0 Comments

Color spaces of #c095ee

RGB 192149238
HSL0.750.720.76
HSV269°37°93°
CMYK 0.190.370.00   0.07
XYZ47.918338.874485.8669
Yxy38.87440.27750.2252
Hunter Lab62.349328.0740-38.0091
CIE-Lab68.660233.0316-38.8129

#c095ee color RGB value is (192,149,238).

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

The process color (four color CMYK) of #c095ee color hex is 0.19, 0.37, 0.00, 0.07. Web safe color of #c095ee is #cc99ff. Color #c095ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 11101110
Octal 300 225 356
Decimal 192 149 238
Hex C0 95 EE

RGB Percentages of Color #c095ee

%33.16
%25.73
%41.11

CMYK Percentages of Color #c095ee

%19
%37
%0
%7

Triadic Colors of #c095ee

#c095ee #eec095 #95eec0

Analogous Colors of #c095ee

#c095ee #ed95ee #9597ee

Monochromatic Colors of #c095ee

#c095ee

Complementary Color

#c095ee #c3ee95

#c095ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c095ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c095ee Color CSS Codes

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

#c095ee Text Font Color

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

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


#c095ee Background Color

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

This div background color is #c095ee


#c095ee Border Color

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

This div border color is #c095ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c095ee


Comments

No comments written yet.

Please login to write comment.