Color Hex Logo

#ca9aee Color Hex

#CA9AEE
(202,154,238)
0 Favorites   0 Comments

Color spaces of #ca9aee

RGB 202154238
HSL0.760.710.77
HSV274°35°93°
CMYK 0.150.350.00   0.07
XYZ51.345341.840886.2588
Yxy41.84080.28610.2332
Hunter Lab64.684528.4921-33.7860
CIE-Lab70.761033.2454-35.4714

#ca9aee color RGB value is (202,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011010 11101110
Octal 312 232 356
Decimal 202 154 238
Hex CA 9A EE

RGB Percentages of Color #ca9aee

%34.01
%25.93
%40.07

CMYK Percentages of Color #ca9aee

%15
%35
%0
%7

Triadic Colors of #ca9aee

#ca9aee #eeca9a #9aeeca

Analogous Colors of #ca9aee

#ca9aee #ee9ae8 #a09aee

Monochromatic Colors of #ca9aee

#ca9aee

Complementary Color

#ca9aee #beee9a

#ca9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9aee Color CSS Codes

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

#ca9aee Text Font Color

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

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


#ca9aee Background Color

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

This div background color is #ca9aee


#ca9aee Border Color

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

This div border color is #ca9aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,154,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca9aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9aee


Comments

No comments written yet.

Please login to write comment.