Color Hex Logo

#ca8abf Color Hex

#CA8ABF
(202,138,191)
0 Favorites   0 Comments

Color spaces of #ca8abf

RGB 202138191
HSL0.860.380.67
HSV310°32°79°
CMYK 0.000.320.05   0.21
XYZ42.849634.495153.6900
Yxy34.49510.32700.2633
Hunter Lab58.732527.4466-13.0868
CIE-Lab65.353732.7265-17.7414

#ca8abf color RGB value is (202,138,191).

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

The process color (four color CMYK) of #ca8abf color hex is 0.00, 0.32, 0.05, 0.21. Web safe color of #ca8abf is #cc99cc. Color #ca8abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001010 10111111
Octal 312 212 277
Decimal 202 138 191
Hex CA 8A BF

RGB Percentages of Color #ca8abf

%38.04
%25.99
%35.97

CMYK Percentages of Color #ca8abf

%0
%32
%5
%21

Triadic Colors of #ca8abf

#ca8abf #bfca8a #8abfca

Analogous Colors of #ca8abf

#ca8abf #ca8a9f #b58aca

Monochromatic Colors of #ca8abf

#ca8abf

Complementary Color

#ca8abf #8aca95

#ca8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8abf Color CSS Codes

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

#ca8abf Text Font Color

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

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


#ca8abf Background Color

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

This div background color is #ca8abf


#ca8abf Border Color

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

This div border color is #ca8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8abf


Comments

No comments written yet.

Please login to write comment.