Color Hex Logo

#c99aed Color Hex

#C99AED
(201,154,237)
0 Favorites   0 Comments

Color spaces of #c99aed

RGB 201154237
HSL0.760.700.77
HSV274°35°93°
CMYK 0.150.350.00   0.07
XYZ50.929141.643185.4744
Yxy41.64310.28600.2339
Hunter Lab64.531527.9445-33.3599
CIE-Lab70.624232.7321-35.1447

#c99aed color RGB value is (201,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11101101
Octal 311 232 355
Decimal 201 154 237
Hex C9 9A ED

RGB Percentages of Color #c99aed

%33.95
%26.01
%40.03

CMYK Percentages of Color #c99aed

%15
%35
%0
%7

Triadic Colors of #c99aed

#c99aed #edc99a #9aedc9

Analogous Colors of #c99aed

#c99aed #ed9ae8 #a09aed

Monochromatic Colors of #c99aed

#c99aed

Complementary Color

#c99aed #beed9a

#c99aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99aed Color CSS Codes

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

#c99aed Text Font Color

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

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


#c99aed Background Color

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

This div background color is #c99aed


#c99aed Border Color

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

This div border color is #c99aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99aed


Comments

No comments written yet.

Please login to write comment.