Color Hex Logo

#ca56ab Color Hex

#CA56AB
(202,86,171)
0 Favorites   0 Comments

Color spaces of #ca56ab

RGB 20286171
HSL0.880.520.56
HSV316°57°79°
CMYK 0.000.570.15   0.21
XYZ35.035622.152440.9573
Yxy22.15240.35700.2257
Hunter Lab47.066350.5071-18.6479
CIE-Lab54.188355.9679-23.3590

#ca56ab color RGB value is (202,86,171).

#ca56ab hex color red value is 202, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca56ab hue: 0.88 , saturation: 0.52 and the lightness value of ca56ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 10101011
Octal 312 126 253
Decimal 202 86 171
Hex CA 56 AB

RGB Percentages of Color #ca56ab

%44.01
%18.74
%37.25

CMYK Percentages of Color #ca56ab

%0
%57
%15
%21

Triadic Colors of #ca56ab

#ca56ab #abca56 #56abca

Analogous Colors of #ca56ab

#ca56ab #ca5671 #af56ca

Monochromatic Colors of #ca56ab

#ca56ab

Complementary Color

#ca56ab #56ca75

#ca56ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca56ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca56ab Color CSS Codes

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

#ca56ab Text Font Color

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

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


#ca56ab Background Color

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

This div background color is #ca56ab


#ca56ab Border Color

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

This div border color is #ca56ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca56ab


Comments

No comments written yet.

Please login to write comment.