Color Hex Logo

#ca8bbd Color Hex

#CA8BBD
(202,139,189)
0 Favorites   0 Comments

Color spaces of #ca8bbd

RGB 202139189
HSL0.870.370.67
HSV312°31°79°
CMYK 0.000.310.06   0.21
XYZ42.775034.695952.5866
Yxy34.69590.32890.2668
Hunter Lab58.903226.5445-11.6996
CIE-Lab65.511231.8248-16.3798

#ca8bbd color RGB value is (202,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 10111101
Octal 312 213 275
Decimal 202 139 189
Hex CA 8B BD

RGB Percentages of Color #ca8bbd

%38.11
%26.23
%35.66

CMYK Percentages of Color #ca8bbd

%0
%31
%6
%21

Triadic Colors of #ca8bbd

#ca8bbd #bdca8b #8bbdca

Analogous Colors of #ca8bbd

#ca8bbd #ca8b9e #b88bca

Monochromatic Colors of #ca8bbd

#ca8bbd

Complementary Color

#ca8bbd #8bca98

#ca8bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bbd Color CSS Codes

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

#ca8bbd Text Font Color

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

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


#ca8bbd Background Color

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

This div background color is #ca8bbd


#ca8bbd Border Color

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

This div border color is #ca8bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bbd


Comments

No comments written yet.

Please login to write comment.