Color Hex Logo

#ca06ab Color Hex

#CA06AB
(202,6,171)
0 Favorites   0 Comments

Color spaces of #ca06ab

RGB 2026171
HSL0.860.940.41
HSV309°97°79°
CMYK 0.000.970.15   0.21
XYZ31.772915.627139.8698
Yxy15.62710.36410.1791
Hunter Lab39.531174.2888-32.1262
CIE-Lab46.481477.6943-35.3575

#ca06ab color RGB value is (202,6,171).

#ca06ab hex color red value is 202, green value is 6 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca06ab hue: 0.86 , saturation: 0.94 and the lightness value of ca06ab is 0.41.

The process color (four color CMYK) of #ca06ab color hex is 0.00, 0.97, 0.15, 0.21. Web safe color of #ca06ab is #cc0099. Color #ca06ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000110 10101011
Octal 312 6 253
Decimal 202 6 171
Hex CA 6 AB

RGB Percentages of Color #ca06ab

%53.30
%1.58
%45.12

CMYK Percentages of Color #ca06ab

%0
%97
%15
%21

Triadic Colors of #ca06ab

#ca06ab #abca06 #06abca

Analogous Colors of #ca06ab

#ca06ab #ca0649 #8706ca

Monochromatic Colors of #ca06ab

#ca06ab

Complementary Color

#ca06ab #06ca25

#ca06ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca06ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca06ab Color CSS Codes

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

#ca06ab Text Font Color

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

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


#ca06ab Background Color

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

This div background color is #ca06ab


#ca06ab Border Color

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

This div border color is #ca06ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca06ab


Comments

No comments written yet.

Please login to write comment.