Color Hex Logo

#c08aed Color Hex

#C08AED
(192,138,237)
0 Favorites   0 Comments

Color spaces of #c08aed

RGB 192138237
HSL0.760.730.74
HSV273°42°93°
CMYK 0.190.420.00   0.07
XYZ46.112835.497984.5421
Yxy35.49790.27750.2136
Hunter Lab59.580133.8872-42.4244
CIE-Lab66.134538.8561-42.2123

#c08aed color RGB value is (192,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 11101101
Octal 300 212 355
Decimal 192 138 237
Hex C0 8A ED

RGB Percentages of Color #c08aed

%33.86
%24.34
%41.80

CMYK Percentages of Color #c08aed

%19
%42
%0
%7

Triadic Colors of #c08aed

#c08aed #edc08a #8aedc0

Analogous Colors of #c08aed

#c08aed #ed8ae9 #8f8aed

Monochromatic Colors of #c08aed

#c08aed

Complementary Color

#c08aed #b7ed8a

#c08aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08aed Color CSS Codes

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

#c08aed Text Font Color

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

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


#c08aed Background Color

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

This div background color is #c08aed


#c08aed Border Color

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

This div border color is #c08aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,138,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 #c08aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08aed


Comments

No comments written yet.

Please login to write comment.