Color Hex Logo

#ca88ab Color Hex

#CA88AB
(202,136,171)
0 Favorites   0 Comments

Color spaces of #ca88ab

RGB 202136171
HSL0.910.380.66
HSV328°33°79°
CMYK 0.000.330.15   0.21
XYZ40.512033.105142.7828
Yxy33.10510.34800.2844
Hunter Lab57.537024.9926-3.8103
CIE-Lab64.245930.3987-8.1322

#ca88ab color RGB value is (202,136,171).

#ca88ab hex color red value is 202, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca88ab hue: 0.91 , saturation: 0.38 and the lightness value of ca88ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 10101011
Octal 312 210 253
Decimal 202 136 171
Hex CA 88 AB

RGB Percentages of Color #ca88ab

%39.69
%26.72
%33.60

CMYK Percentages of Color #ca88ab

%0
%33
%15
%21

Triadic Colors of #ca88ab

#ca88ab #abca88 #88abca

Analogous Colors of #ca88ab

#ca88ab #ca888a #c888ca

Monochromatic Colors of #ca88ab

#ca88ab

Complementary Color

#ca88ab #88caa7

#ca88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca88ab Color CSS Codes

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

#ca88ab Text Font Color

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

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


#ca88ab Background Color

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

This div background color is #ca88ab


#ca88ab Border Color

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

This div border color is #ca88ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca88ab


Comments

No comments written yet.

Please login to write comment.