Color Hex Logo

#ca40ae Color Hex

#CA40AE
(202,64,174)
0 Favorites   0 Comments

Color spaces of #ca40ae

RGB 20264174
HSL0.870.570.52
HSV312°68°79°
CMYK 0.000.680.14   0.21
XYZ33.830519.279341.9826
Yxy19.27930.35580.2027
Hunter Lab43.908260.6918-25.9541
CIE-Lab51.012465.4988-30.0296

#ca40ae color RGB value is (202,64,174).

#ca40ae hex color red value is 202, green value is 64 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca40ae hue: 0.87 , saturation: 0.57 and the lightness value of ca40ae is 0.52.

The process color (four color CMYK) of #ca40ae color hex is 0.00, 0.68, 0.14, 0.21. Web safe color of #ca40ae is #cc3399. Color #ca40ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000000 10101110
Octal 312 100 256
Decimal 202 64 174
Hex CA 40 AE

RGB Percentages of Color #ca40ae

%45.91
%14.55
%39.55

CMYK Percentages of Color #ca40ae

%0
%68
%14
%21

Triadic Colors of #ca40ae

#ca40ae #aeca40 #40aeca

Analogous Colors of #ca40ae

#ca40ae #ca4069 #a140ca

Monochromatic Colors of #ca40ae

#ca40ae

Complementary Color

#ca40ae #40ca5c

#ca40ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca40ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca40ae Color CSS Codes

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

#ca40ae Text Font Color

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

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


#ca40ae Background Color

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

This div background color is #ca40ae


#ca40ae Border Color

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

This div border color is #ca40ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca40ae


Comments

No comments written yet.

Please login to write comment.