Color Hex Logo

#c09deb Color Hex

#C09DEB
(192,157,235)
0 Favorites   0 Comments

Color spaces of #c09deb

RGB 192157235
HSL0.740.660.77
HSV267°33°92°
CMYK 0.180.330.00   0.08
XYZ48.790641.318684.0010
Yxy41.31860.28020.2373
Hunter Lab64.279522.9990-32.4849
CIE-Lab70.398627.9388-34.4674

#c09deb color RGB value is (192,157,235).

#c09deb hex color red value is 192, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c09deb hue: 0.74 , saturation: 0.66 and the lightness value of c09deb is 0.77.

The process color (four color CMYK) of #c09deb color hex is 0.18, 0.33, 0.00, 0.08. Web safe color of #c09deb is #cc99ff. Color #c09deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 11101011
Octal 300 235 353
Decimal 192 157 235
Hex C0 9D EB

RGB Percentages of Color #c09deb

%32.88
%26.88
%40.24

CMYK Percentages of Color #c09deb

%18
%33
%0
%8

Triadic Colors of #c09deb

#c09deb #ebc09d #9debc0

Analogous Colors of #c09deb

#c09deb #e79deb #9da1eb

Monochromatic Colors of #c09deb

#c09deb

Complementary Color

#c09deb #c8eb9d

#c09deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09deb Color CSS Codes

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

#c09deb Text Font Color

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

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


#c09deb Background Color

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

This div background color is #c09deb


#c09deb Border Color

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

This div border color is #c09deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09deb


Comments

No comments written yet.

Please login to write comment.