Color Hex Logo

#ca8cbd Color Hex

#CA8CBD
(202,140,189)
0 Favorites   0 Comments

Color spaces of #ca8cbd

RGB 202140189
HSL0.870.370.67
HSV313°31°79°
CMYK 0.000.310.06   0.21
XYZ42.920534.986852.6351
Yxy34.98680.32880.2680
Hunter Lab59.149626.0123-11.3553
CIE-Lab65.738431.2795-16.0364

#ca8cbd color RGB value is (202,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001100 10111101
Octal 312 214 275
Decimal 202 140 189
Hex CA 8C BD

RGB Percentages of Color #ca8cbd

%38.04
%26.37
%35.59

CMYK Percentages of Color #ca8cbd

%0
%31
%6
%21

Triadic Colors of #ca8cbd

#ca8cbd #bdca8c #8cbdca

Analogous Colors of #ca8cbd

#ca8cbd #ca8c9e #b88cca

Monochromatic Colors of #ca8cbd

#ca8cbd

Complementary Color

#ca8cbd #8cca99

#ca8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8cbd Color CSS Codes

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

#ca8cbd Text Font Color

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

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


#ca8cbd Background Color

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

This div background color is #ca8cbd


#ca8cbd Border Color

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

This div border color is #ca8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8cbd


Comments

No comments written yet.

Please login to write comment.