Color Hex Logo

#ca3aea Color Hex

#CA3AEA
(202,58,234)
0 Favorites   0 Comments

Color spaces of #ca3aea

RGB 20258234
HSL0.800.810.57
HSV289°75°92°
CMYK 0.140.750.00   0.08
XYZ40.721521.523279.8500
Yxy21.52320.28660.1515
Hunter Lab46.393175.4903-69.5725
CIE-Lab53.517477.2898-60.5002

#ca3aea color RGB value is (202,58,234).

#ca3aea hex color red value is 202, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca3aea hue: 0.80 , saturation: 0.81 and the lightness value of ca3aea is 0.57.

The process color (four color CMYK) of #ca3aea color hex is 0.14, 0.75, 0.00, 0.08. Web safe color of #ca3aea is #cc33ff. Color #ca3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111010 11101010
Octal 312 72 352
Decimal 202 58 234
Hex CA 3A EA

RGB Percentages of Color #ca3aea

%40.89
%11.74
%47.37

CMYK Percentages of Color #ca3aea

%14
%75
%0
%8

Triadic Colors of #ca3aea

#ca3aea #eaca3a #3aeaca

Analogous Colors of #ca3aea

#ca3aea #ea3ab2 #723aea

Monochromatic Colors of #ca3aea

#ca3aea

Complementary Color

#ca3aea #5aea3a

#ca3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca3aea Color CSS Codes

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

#ca3aea Text Font Color

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

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


#ca3aea Background Color

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

This div background color is #ca3aea


#ca3aea Border Color

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

This div border color is #ca3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca3aea


Comments

No comments written yet.

Please login to write comment.