Color Hex Logo

#c69aed Color Hex

#C69AED
(198,154,237)
0 Favorites   0 Comments

Color spaces of #c69aed

RGB 198154237
HSL0.760.700.77
HSV272°35°93°
CMYK 0.160.350.00   0.07
XYZ50.130441.231485.4371
Yxy41.23140.28350.2332
Hunter Lab64.211726.9855-33.9404
CIE-Lab70.337731.8324-35.6117

#c69aed color RGB value is (198,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011010 11101101
Octal 306 232 355
Decimal 198 154 237
Hex C6 9A ED

RGB Percentages of Color #c69aed

%33.62
%26.15
%40.24

CMYK Percentages of Color #c69aed

%16
%35
%0
%7

Triadic Colors of #c69aed

#c69aed #edc69a #9aedc6

Analogous Colors of #c69aed

#c69aed #ed9aeb #9d9aed

Monochromatic Colors of #c69aed

#c69aed

Complementary Color

#c69aed #c1ed9a

#c69aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69aed Color CSS Codes

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

#c69aed Text Font Color

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

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


#c69aed Background Color

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

This div background color is #c69aed


#c69aed Border Color

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

This div border color is #c69aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69aed


Comments

No comments written yet.

Please login to write comment.