Color Hex Logo

#ca8abd Color Hex

#CA8ABD
(202,138,189)
0 Favorites   0 Comments

Color spaces of #ca8abd

RGB 202138189
HSL0.870.380.67
HSV312°32°79°
CMYK 0.000.320.06   0.21
XYZ42.630934.407652.5386
Yxy34.40760.32900.2655
Hunter Lab58.658027.0771-12.0441
CIE-Lab65.284832.3699-16.7224

#ca8abd color RGB value is (202,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001010 10111101
Octal 312 212 275
Decimal 202 138 189
Hex CA 8A BD

RGB Percentages of Color #ca8abd

%38.19
%26.09
%35.73

CMYK Percentages of Color #ca8abd

%0
%32
%6
%21

Triadic Colors of #ca8abd

#ca8abd #bdca8a #8abdca

Analogous Colors of #ca8abd

#ca8abd #ca8a9d #b78aca

Monochromatic Colors of #ca8abd

#ca8abd

Complementary Color

#ca8abd #8aca97

#ca8abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8abd Color CSS Codes

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

#ca8abd Text Font Color

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

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


#ca8abd Background Color

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

This div background color is #ca8abd


#ca8abd Border Color

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

This div border color is #ca8abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8abd


Comments

No comments written yet.

Please login to write comment.