Color Hex Logo

#ca8aaf Color Hex

#CA8AAF
(202,138,175)
0 Favorites   0 Comments

Color spaces of #ca8aaf

RGB 202138175
HSL0.900.380.67
HSV325°32°79°
CMYK 0.000.320.13   0.21
XYZ41.183533.828744.9164
Yxy33.82870.34340.2821
Hunter Lab58.162424.6075-5.0735
CIE-Lab64.826429.9644-9.5271

#ca8aaf color RGB value is (202,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001010 10101111
Octal 312 212 257
Decimal 202 138 175
Hex CA 8A AF

RGB Percentages of Color #ca8aaf

%39.22
%26.80
%33.98

CMYK Percentages of Color #ca8aaf

%0
%32
%13
%21

Triadic Colors of #ca8aaf

#ca8aaf #afca8a #8aafca

Analogous Colors of #ca8aaf

#ca8aaf #ca8a8f #c58aca

Monochromatic Colors of #ca8aaf

#ca8aaf

Complementary Color

#ca8aaf #8acaa5

#ca8aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8aaf Color CSS Codes

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

#ca8aaf Text Font Color

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

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


#ca8aaf Background Color

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

This div background color is #ca8aaf


#ca8aaf Border Color

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

This div border color is #ca8aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8aaf


Comments

No comments written yet.

Please login to write comment.