Color Hex Logo

#ca7bae Color Hex

#CA7BAE
(202,123,174)
0 Favorites   0 Comments

Color spaces of #ca7bae

RGB 202123174
HSL0.890.430.64
HSV321°39°79°
CMYK 0.000.390.14   0.21
XYZ39.080129.778543.7325
Yxy29.77850.34710.2645
Hunter Lab54.569732.3359-9.3166
CIE-Lab61.462637.9091-14.0069

#ca7bae color RGB value is (202,123,174).

#ca7bae hex color red value is 202, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca7bae hue: 0.89 , saturation: 0.43 and the lightness value of ca7bae is 0.64.

The process color (four color CMYK) of #ca7bae color hex is 0.00, 0.39, 0.14, 0.21. Web safe color of #ca7bae is #cc6699. Color #ca7bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111011 10101110
Octal 312 173 256
Decimal 202 123 174
Hex CA 7B AE

RGB Percentages of Color #ca7bae

%40.48
%24.65
%34.87

CMYK Percentages of Color #ca7bae

%0
%39
%14
%21

Triadic Colors of #ca7bae

#ca7bae #aeca7b #7baeca

Analogous Colors of #ca7bae

#ca7bae #ca7b87 #bf7bca

Monochromatic Colors of #ca7bae

#ca7bae

Complementary Color

#ca7bae #7bca97

#ca7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7bae Color CSS Codes

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

#ca7bae Text Font Color

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

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


#ca7bae Background Color

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

This div background color is #ca7bae


#ca7bae Border Color

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

This div border color is #ca7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7bae


Comments

No comments written yet.

Please login to write comment.