Color Hex Logo

#ca8eab Color Hex

#CA8EAB
(202,142,171)
0 Favorites   0 Comments

Color spaces of #ca8eab

RGB 202142171
HSL0.920.360.67
HSV331°30°79°
CMYK 0.000.300.15   0.21
XYZ41.380834.842843.0724
Yxy34.84280.34690.2921
Hunter Lab59.027821.8369-1.9443
CIE-Lab65.626127.1206-6.0824

#ca8eab color RGB value is (202,142,171).

#ca8eab hex color red value is 202, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca8eab hue: 0.92 , saturation: 0.36 and the lightness value of ca8eab is 0.67.

The process color (four color CMYK) of #ca8eab color hex is 0.00, 0.30, 0.15, 0.21. Web safe color of #ca8eab is #cc9999. Color #ca8eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001110 10101011
Octal 312 216 253
Decimal 202 142 171
Hex CA 8E AB

RGB Percentages of Color #ca8eab

%39.22
%27.57
%33.20

CMYK Percentages of Color #ca8eab

%0
%30
%15
%21

Triadic Colors of #ca8eab

#ca8eab #abca8e #8eabca

Analogous Colors of #ca8eab

#ca8eab #ca8f8e #ca8ec9

Monochromatic Colors of #ca8eab

#ca8eab

Complementary Color

#ca8eab #8ecaad

#ca8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8eab Color CSS Codes

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

#ca8eab Text Font Color

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

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


#ca8eab Background Color

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

This div background color is #ca8eab


#ca8eab Border Color

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

This div border color is #ca8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8eab


Comments

No comments written yet.

Please login to write comment.