Color Hex Logo

#ca44ae Color Hex

#CA44AE
(202,68,174)
0 Favorites   0 Comments

Color spaces of #ca44ae

RGB 20268174
HSL0.870.560.53
HSV313°66°79°
CMYK 0.000.660.14   0.21
XYZ34.064219.746842.0605
Yxy19.74680.35530.2060
Hunter Lab44.437459.0667-25.0125
CIE-Lab51.549763.9968-29.1931

#ca44ae color RGB value is (202,68,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 10101110
Octal 312 104 256
Decimal 202 68 174
Hex CA 44 AE

RGB Percentages of Color #ca44ae

%45.50
%15.32
%39.19

CMYK Percentages of Color #ca44ae

%0
%66
%14
%21

Triadic Colors of #ca44ae

#ca44ae #aeca44 #44aeca

Analogous Colors of #ca44ae

#ca44ae #ca446b #a344ca

Monochromatic Colors of #ca44ae

#ca44ae

Complementary Color

#ca44ae #44ca60

#ca44ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca44ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca44ae Color CSS Codes

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

#ca44ae Text Font Color

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

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


#ca44ae Background Color

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

This div background color is #ca44ae


#ca44ae Border Color

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

This div border color is #ca44ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca44ae


Comments

No comments written yet.

Please login to write comment.