Color Hex Logo

#c09aed Color Hex

#C09AED
(192,154,237)
0 Favorites   0 Comments

Color spaces of #c09aed

RGB 192154237
HSL0.740.700.77
HSV267°35°93°
CMYK 0.190.350.00   0.07
XYZ48.579940.432185.3645
Yxy40.43210.27860.2319
Hunter Lab63.586225.0981-35.0864
CIE-Lab69.776230.0443-36.5276

#c09aed color RGB value is (192,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 11101101
Octal 300 232 355
Decimal 192 154 237
Hex C0 9A ED

RGB Percentages of Color #c09aed

%32.93
%26.42
%40.65

CMYK Percentages of Color #c09aed

%19
%35
%0
%7

Triadic Colors of #c09aed

#c09aed #edc09a #9aedc0

Analogous Colors of #c09aed

#c09aed #ea9aed #9a9eed

Monochromatic Colors of #c09aed

#c09aed

Complementary Color

#c09aed #c7ed9a

#c09aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09aed Color CSS Codes

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

#c09aed Text Font Color

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

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


#c09aed Background Color

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

This div background color is #c09aed


#c09aed Border Color

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

This div border color is #c09aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09aed


Comments

No comments written yet.

Please login to write comment.