Color Hex Logo

#ca6eaa Color Hex

#CA6EAA
(202,110,170)
0 Favorites   0 Comments

Color spaces of #ca6eaa

RGB 202110170
HSL0.890.460.61
HSV321°46°79°
CMYK 0.000.460.16   0.21
XYZ37.188826.610741.2065
Yxy26.61070.35420.2534
Hunter Lab51.585638.4086-11.2509
CIE-Lab58.612244.0980-16.0238

#ca6eaa color RGB value is (202,110,170).

#ca6eaa hex color red value is 202, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca6eaa hue: 0.89 , saturation: 0.46 and the lightness value of ca6eaa is 0.61.

The process color (four color CMYK) of #ca6eaa color hex is 0.00, 0.46, 0.16, 0.21. Web safe color of #ca6eaa is #cc6699. Color #ca6eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 10101010
Octal 312 156 252
Decimal 202 110 170
Hex CA 6E AA

RGB Percentages of Color #ca6eaa

%41.91
%22.82
%35.27

CMYK Percentages of Color #ca6eaa

%0
%46
%16
%21

Triadic Colors of #ca6eaa

#ca6eaa #aaca6e #6eaaca

Analogous Colors of #ca6eaa

#ca6eaa #ca6e7c #bc6eca

Monochromatic Colors of #ca6eaa

#ca6eaa

Complementary Color

#ca6eaa #6eca8e

#ca6eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6eaa Color CSS Codes

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

#ca6eaa Text Font Color

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

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


#ca6eaa Background Color

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

This div background color is #ca6eaa


#ca6eaa Border Color

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

This div border color is #ca6eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6eaa


Comments

No comments written yet.

Please login to write comment.