Color Hex Logo

#ca8bae Color Hex

#CA8BAE
(202,139,174)
0 Favorites   0 Comments

Color spaces of #ca8bae

RGB 202139174
HSL0.910.370.67
HSV327°31°79°
CMYK 0.000.310.14   0.21
XYZ41.229734.077844.4490
Yxy34.07780.34430.2846
Hunter Lab58.376223.9119-4.2815
CIE-Lab65.024329.2528-8.6677

#ca8bae color RGB value is (202,139,174).

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

The process color (four color CMYK) of #ca8bae color hex is 0.00, 0.31, 0.14, 0.21. Web safe color of #ca8bae is #cc9999. Color #ca8bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 10101110
Octal 312 213 256
Decimal 202 139 174
Hex CA 8B AE

RGB Percentages of Color #ca8bae

%39.22
%26.99
%33.79

CMYK Percentages of Color #ca8bae

%0
%31
%14
%21

Triadic Colors of #ca8bae

#ca8bae #aeca8b #8baeca

Analogous Colors of #ca8bae

#ca8bae #ca8b8f #c78bca

Monochromatic Colors of #ca8bae

#ca8bae

Complementary Color

#ca8bae #8bcaa7

#ca8bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bae Color CSS Codes

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

#ca8bae Text Font Color

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

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


#ca8bae Background Color

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

This div background color is #ca8bae


#ca8bae Border Color

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

This div border color is #ca8bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bae


Comments

No comments written yet.

Please login to write comment.