Color Hex Logo

#ca77ab Color Hex

#CA77AB
(202,119,171)
0 Favorites   0 Comments

Color spaces of #ca77ab

RGB 202119171
HSL0.900.440.63
HSV322°41°79°
CMYK 0.000.410.15   0.21
XYZ38.304628.690542.0470
Yxy28.69050.35130.2631
Hunter Lab53.563533.9136-9.0478
CIE-Lab60.507539.5503-13.7331

#ca77ab color RGB value is (202,119,171).

#ca77ab hex color red value is 202, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca77ab hue: 0.90 , saturation: 0.44 and the lightness value of ca77ab is 0.63.

The process color (four color CMYK) of #ca77ab color hex is 0.00, 0.41, 0.15, 0.21. Web safe color of #ca77ab is #cc6699. Color #ca77ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 10101011
Octal 312 167 253
Decimal 202 119 171
Hex CA 77 AB

RGB Percentages of Color #ca77ab

%41.06
%24.19
%34.76

CMYK Percentages of Color #ca77ab

%0
%41
%15
%21

Triadic Colors of #ca77ab

#ca77ab #abca77 #77abca

Analogous Colors of #ca77ab

#ca77ab #ca7782 #c077ca

Monochromatic Colors of #ca77ab

#ca77ab

Complementary Color

#ca77ab #77ca96

#ca77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca77ab Color CSS Codes

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

#ca77ab Text Font Color

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

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


#ca77ab Background Color

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

This div background color is #ca77ab


#ca77ab Border Color

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

This div border color is #ca77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca77ab


Comments

No comments written yet.

Please login to write comment.