Color Hex Logo

#ca93aa Color Hex

#CA93AA
(202,147,170)
0 Favorites   0 Comments

Color spaces of #ca93aa

RGB 202147170
HSL0.930.340.68
HSV335°27°79°
CMYK 0.000.270.16   0.21
XYZ42.046536.326342.8258
Yxy36.32630.34690.2997
Hunter Lab60.271319.05050.0614
CIE-Lab66.768524.2178-3.8320

#ca93aa color RGB value is (202,147,170).

#ca93aa hex color red value is 202, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca93aa hue: 0.93 , saturation: 0.34 and the lightness value of ca93aa is 0.68.

The process color (four color CMYK) of #ca93aa color hex is 0.00, 0.27, 0.16, 0.21. Web safe color of #ca93aa is #cc9999. Color #ca93aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010011 10101010
Octal 312 223 252
Decimal 202 147 170
Hex CA 93 AA

RGB Percentages of Color #ca93aa

%38.92
%28.32
%32.76

CMYK Percentages of Color #ca93aa

%0
%27
%16
%21

Triadic Colors of #ca93aa

#ca93aa #aaca93 #93aaca

Analogous Colors of #ca93aa

#ca93aa #ca9893 #ca93c6

Monochromatic Colors of #ca93aa

#ca93aa

Complementary Color

#ca93aa #93cab3

#ca93aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca93aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca93aa Color CSS Codes

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

#ca93aa Text Font Color

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

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


#ca93aa Background Color

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

This div background color is #ca93aa


#ca93aa Border Color

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

This div border color is #ca93aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca93aa


Comments

No comments written yet.

Please login to write comment.