Color Hex Logo

#c09ebc Color Hex

#C09EBC
(192,158,188)
0 Favorites   0 Comments

Color spaces of #c09ebc

RGB 192158188
HSL0.850.210.69
HSV307°18°75°
CMYK 0.000.180.02   0.25
XYZ43.042239.291052.8923
Yxy39.29100.31830.2906
Hunter Lab62.682512.8761-6.1519
CIE-Lab68.961517.7489-10.7345

#c09ebc color RGB value is (192,158,188).

#c09ebc hex color red value is 192, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c09ebc hue: 0.85 , saturation: 0.21 and the lightness value of c09ebc is 0.69.

The process color (four color CMYK) of #c09ebc color hex is 0.00, 0.18, 0.02, 0.25. Web safe color of #c09ebc is #cc99cc. Color #c09ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 10111100
Octal 300 236 274
Decimal 192 158 188
Hex C0 9E BC

RGB Percentages of Color #c09ebc

%35.69
%29.37
%34.94

CMYK Percentages of Color #c09ebc

%0
%18
%2
%25

Triadic Colors of #c09ebc

#c09ebc #bcc09e #9ebcc0

Analogous Colors of #c09ebc

#c09ebc #c09eab #b39ec0

Monochromatic Colors of #c09ebc

#c09ebc

Complementary Color

#c09ebc #9ec0a2

#c09ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ebc Color CSS Codes

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

#c09ebc Text Font Color

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

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


#c09ebc Background Color

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

This div background color is #c09ebc


#c09ebc Border Color

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

This div border color is #c09ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ebc


Comments

No comments written yet.

Please login to write comment.