Color Hex Logo

#ca9aed Color Hex

#CA9AED
(202,154,237)
0 Favorites   0 Comments

Color spaces of #ca9aed

RGB 202154237
HSL0.760.700.77
HSV275°35°93°
CMYK 0.150.350.00   0.07
XYZ51.198841.782285.4871
Yxy41.78220.28690.2341
Hunter Lab64.639228.2662-33.1653
CIE-Lab70.720533.0324-34.9878

#ca9aed color RGB value is (202,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011010 11101101
Octal 312 232 355
Decimal 202 154 237
Hex CA 9A ED

RGB Percentages of Color #ca9aed

%34.06
%25.97
%39.97

CMYK Percentages of Color #ca9aed

%15
%35
%0
%7

Triadic Colors of #ca9aed

#ca9aed #edca9a #9aedca

Analogous Colors of #ca9aed

#ca9aed #ed9ae7 #a19aed

Monochromatic Colors of #ca9aed

#ca9aed

Complementary Color

#ca9aed #bded9a

#ca9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9aed Color CSS Codes

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

#ca9aed Text Font Color

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

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


#ca9aed Background Color

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

This div background color is #ca9aed


#ca9aed Border Color

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

This div border color is #ca9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9aed


Comments

No comments written yet.

Please login to write comment.