Color Hex Logo

#c09edb Color Hex

#C09EDB
(192,158,219)
0 Favorites   0 Comments

Color spaces of #c09edb

RGB 192158219
HSL0.760.460.74
HSV273°28°86°
CMYK 0.120.280.00   0.14
XYZ46.751340.774772.4241
Yxy40.77470.29230.2549
Hunter Lab63.855118.9419-22.5479
CIE-Lab70.017823.9228-26.2774

#c09edb color RGB value is (192,158,219).

#c09edb hex color red value is 192, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c09edb hue: 0.76 , saturation: 0.46 and the lightness value of c09edb is 0.74.

The process color (four color CMYK) of #c09edb color hex is 0.12, 0.28, 0.00, 0.14. Web safe color of #c09edb is #cc99cc. Color #c09edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 11011011
Octal 300 236 333
Decimal 192 158 219
Hex C0 9E DB

RGB Percentages of Color #c09edb

%33.74
%27.77
%38.49

CMYK Percentages of Color #c09edb

%12
%28
%0
%14

Triadic Colors of #c09edb

#c09edb #dbc09e #9edbc0

Analogous Colors of #c09edb

#c09edb #db9ed8 #a29edb

Monochromatic Colors of #c09edb

#c09edb

Complementary Color

#c09edb #b9db9e

#c09edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09edb Color CSS Codes

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

#c09edb Text Font Color

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

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


#c09edb Background Color

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

This div background color is #c09edb


#c09edb Border Color

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

This div border color is #c09edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09edb


Comments

No comments written yet.

Please login to write comment.