Color Hex Logo

#ca7baa Color Hex

#CA7BAA
(202,123,170)
0 Favorites   0 Comments

Color spaces of #ca7baa

RGB 202123170
HSL0.900.430.64
HSV324°39°79°
CMYK 0.000.390.16   0.21
XYZ38.695829.624841.7089
Yxy29.62480.35170.2692
Hunter Lab54.428731.6535-7.3341
CIE-Lab61.329137.2618-11.9251

#ca7baa color RGB value is (202,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111011 10101010
Octal 312 173 252
Decimal 202 123 170
Hex CA 7B AA

RGB Percentages of Color #ca7baa

%40.81
%24.85
%34.34

CMYK Percentages of Color #ca7baa

%0
%39
%16
%21

Triadic Colors of #ca7baa

#ca7baa #aaca7b #7baaca

Analogous Colors of #ca7baa

#ca7baa #ca7b83 #c37bca

Monochromatic Colors of #ca7baa

#ca7baa

Complementary Color

#ca7baa #7bca9b

#ca7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7baa Color CSS Codes

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

#ca7baa Text Font Color

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

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


#ca7baa Background Color

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

This div background color is #ca7baa


#ca7baa Border Color

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

This div border color is #ca7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7baa


Comments

No comments written yet.

Please login to write comment.