Color Hex Logo

#ca8baf Color Hex

#CA8BAF
(202,139,175)
0 Favorites   0 Comments

Color spaces of #ca8baf

RGB 202139175
HSL0.900.370.67
HSV326°31°79°
CMYK 0.000.310.13   0.21
XYZ41.327634.116944.9645
Yxy34.11690.34320.2833
Hunter Lab58.409724.0802-4.7554
CIE-Lab65.055329.4186-9.1856

#ca8baf color RGB value is (202,139,175).

#ca8baf hex color red value is 202, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ca8baf hue: 0.90 , saturation: 0.37 and the lightness value of ca8baf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 10101111
Octal 312 213 257
Decimal 202 139 175
Hex CA 8B AF

RGB Percentages of Color #ca8baf

%39.15
%26.94
%33.91

CMYK Percentages of Color #ca8baf

%0
%31
%13
%21

Triadic Colors of #ca8baf

#ca8baf #afca8b #8bafca

Analogous Colors of #ca8baf

#ca8baf #ca8b90 #c68bca

Monochromatic Colors of #ca8baf

#ca8baf

Complementary Color

#ca8baf #8bcaa6

#ca8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8baf Color CSS Codes

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

#ca8baf Text Font Color

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

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


#ca8baf Background Color

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

This div background color is #ca8baf


#ca8baf Border Color

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

This div border color is #ca8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8baf


Comments

No comments written yet.

Please login to write comment.