Color Hex Logo

#c89aed Color Hex

#C89AED
(200,154,237)
0 Favorites   0 Comments

Color spaces of #c89aed

RGB 200154237
HSL0.760.700.77
HSV273°35°93°
CMYK 0.160.350.00   0.07
XYZ50.661141.505085.4619
Yxy41.50500.28520.2337
Hunter Lab64.424427.6236-33.5539
CIE-Lab70.528332.4317-35.3010

#c89aed color RGB value is (200,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011010 11101101
Octal 310 232 355
Decimal 200 154 237
Hex C8 9A ED

RGB Percentages of Color #c89aed

%33.84
%26.06
%40.10

CMYK Percentages of Color #c89aed

%16
%35
%0
%7

Triadic Colors of #c89aed

#c89aed #edc89a #9aedc8

Analogous Colors of #c89aed

#c89aed #ed9ae9 #9f9aed

Monochromatic Colors of #c89aed

#c89aed

Complementary Color

#c89aed #bfed9a

#c89aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89aed Color CSS Codes

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

#c89aed Text Font Color

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

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


#c89aed Background Color

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

This div background color is #c89aed


#c89aed Border Color

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

This div border color is #c89aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89aed


Comments

No comments written yet.

Please login to write comment.