Color Hex Logo

#ca9aec Color Hex

#CA9AEC
(202,154,236)
0 Favorites   0 Comments

Color spaces of #ca9aec

RGB 202154236
HSL0.760.680.76
HSV275°35°93°
CMYK 0.140.350.00   0.07
XYZ51.053041.723984.7196
Yxy41.72390.28760.2351
Hunter Lab64.594028.0409-32.5472
CIE-Lab70.680132.8198-34.5035

#ca9aec color RGB value is (202,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011010 11101100
Octal 312 232 354
Decimal 202 154 236
Hex CA 9A EC

RGB Percentages of Color #ca9aec

%34.12
%26.01
%39.86

CMYK Percentages of Color #ca9aec

%14
%35
%0
%7

Triadic Colors of #ca9aec

#ca9aec #ecca9a #9aecca

Analogous Colors of #ca9aec

#ca9aec #ec9ae5 #a19aec

Monochromatic Colors of #ca9aec

#ca9aec

Complementary Color

#ca9aec #bcec9a

#ca9aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9aec Color CSS Codes

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

#ca9aec Text Font Color

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

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


#ca9aec Background Color

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

This div background color is #ca9aec


#ca9aec Border Color

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

This div border color is #ca9aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9aec


Comments

No comments written yet.

Please login to write comment.