Color Hex Logo

#ca889f Color Hex

#CA889F
(202,136,159)
0 Favorites   0 Comments

Color spaces of #ca889f

RGB 202136159
HSL0.940.380.66
HSV339°33°79°
CMYK 0.000.330.21   0.21
XYZ39.419332.668137.0288
Yxy32.66810.36130.2994
Hunter Lab57.156023.08471.5979
CIE-Lab63.891328.5135-1.8579

#ca889f color RGB value is (202,136,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 10011111
Octal 312 210 237
Decimal 202 136 159
Hex CA 88 9F

RGB Percentages of Color #ca889f

%40.64
%27.36
%31.99

CMYK Percentages of Color #ca889f

%0
%33
%21
%21

Triadic Colors of #ca889f

#ca889f #9fca88 #889fca

Analogous Colors of #ca889f

#ca889f #ca9288 #ca88c0

Monochromatic Colors of #ca889f

#ca889f

Complementary Color

#ca889f #88cab3

#ca889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca889f Color CSS Codes

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

#ca889f Text Font Color

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

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


#ca889f Background Color

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

This div background color is #ca889f


#ca889f Border Color

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

This div border color is #ca889f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca889f


Comments

No comments written yet.

Please login to write comment.