Color Hex Logo

#ca47aa Color Hex

#CA47AA
(202,71,170)
0 Favorites   0 Comments

Color spaces of #ca47aa

RGB 20271170
HSL0.870.550.54
HSV315°65°79°
CMYK 0.000.650.16   0.21
XYZ33.866119.965340.0990
Yxy19.96530.36050.2126
Hunter Lab44.682557.0955-21.9302
CIE-Lab51.798062.2370-26.4647

#ca47aa color RGB value is (202,71,170).

#ca47aa hex color red value is 202, green value is 71 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca47aa hue: 0.87 , saturation: 0.55 and the lightness value of ca47aa is 0.54.

The process color (four color CMYK) of #ca47aa color hex is 0.00, 0.65, 0.16, 0.21. Web safe color of #ca47aa is #cc3399. Color #ca47aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 10101010
Octal 312 107 252
Decimal 202 71 170
Hex CA 47 AA

RGB Percentages of Color #ca47aa

%45.60
%16.03
%38.37

CMYK Percentages of Color #ca47aa

%0
%65
%16
%21

Triadic Colors of #ca47aa

#ca47aa #aaca47 #47aaca

Analogous Colors of #ca47aa

#ca47aa #ca4769 #a947ca

Monochromatic Colors of #ca47aa

#ca47aa

Complementary Color

#ca47aa #47ca67

#ca47aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca47aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca47aa Color CSS Codes

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

#ca47aa Text Font Color

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

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


#ca47aa Background Color

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

This div background color is #ca47aa


#ca47aa Border Color

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

This div border color is #ca47aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca47aa


Comments

No comments written yet.

Please login to write comment.