Color Hex Logo

#ca05aa Color Hex

#CA05AA
(202,5,170)
0 Favorites   0 Comments

Color spaces of #ca05aa

RGB 2025170
HSL0.860.950.41
HSV310°98°79°
CMYK 0.000.980.16   0.21
XYZ31.667115.567439.3660
Yxy15.56740.36570.1798
Hunter Lab39.455574.2173-31.5366
CIE-Lab46.401777.6521-34.8896

#ca05aa color RGB value is (202,5,170).

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

The process color (four color CMYK) of #ca05aa color hex is 0.00, 0.98, 0.16, 0.21. Web safe color of #ca05aa is #cc0099. Color #ca05aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000101 10101010
Octal 312 5 252
Decimal 202 5 170
Hex CA 5 AA

RGB Percentages of Color #ca05aa

%53.58
%1.33
%45.09

CMYK Percentages of Color #ca05aa

%0
%98
%16
%21

Triadic Colors of #ca05aa

#ca05aa #aaca05 #05aaca

Analogous Colors of #ca05aa

#ca05aa #ca0547 #8805ca

Monochromatic Colors of #ca05aa

#ca05aa

Complementary Color

#ca05aa #05ca25

#ca05aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca05aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca05aa Color CSS Codes

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

#ca05aa Text Font Color

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

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


#ca05aa Background Color

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

This div background color is #ca05aa


#ca05aa Border Color

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

This div border color is #ca05aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca05aa


Comments

No comments written yet.

Please login to write comment.