Color Hex Logo

#ca3aad Color Hex

#CA3AAD
(202,58,173)
0 Favorites   0 Comments

Color spaces of #ca3aad

RGB 20258173
HSL0.870.580.51
HSV312°71°79°
CMYK 0.000.710.14   0.21
XYZ33.413018.599841.3642
Yxy18.59980.35780.1992
Hunter Lab43.127562.8197-26.6767
CIE-Lab50.215767.4693-30.6850

#ca3aad color RGB value is (202,58,173).

#ca3aad hex color red value is 202, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca3aad hue: 0.87 , saturation: 0.58 and the lightness value of ca3aad is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111010 10101101
Octal 312 72 255
Decimal 202 58 173
Hex CA 3A AD

RGB Percentages of Color #ca3aad

%46.65
%13.39
%39.95

CMYK Percentages of Color #ca3aad

%0
%71
%14
%21

Triadic Colors of #ca3aad

#ca3aad #adca3a #3aadca

Analogous Colors of #ca3aad

#ca3aad #ca3a65 #9f3aca

Monochromatic Colors of #ca3aad

#ca3aad

Complementary Color

#ca3aad #3aca57

#ca3aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca3aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca3aad Color CSS Codes

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

#ca3aad Text Font Color

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

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


#ca3aad Background Color

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

This div background color is #ca3aad


#ca3aad Border Color

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

This div border color is #ca3aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca3aad


Comments

No comments written yet.

Please login to write comment.