Color Hex Logo

#ca4ae0 Color Hex

#CA4AE0
(202,74,224)
0 Favorites   0 Comments

Color spaces of #ca4ae0

RGB 20274224
HSL0.810.710.58
HSV291°67°88°
CMYK 0.100.670.00   0.12
XYZ40.260422.835972.8068
Yxy22.83590.29620.1680
Hunter Lab47.786966.7588-56.8817
CIE-Lab54.902969.8898-52.6445

#ca4ae0 color RGB value is (202,74,224).

#ca4ae0 hex color red value is 202, green value is 74 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ca4ae0 hue: 0.81 , saturation: 0.71 and the lightness value of ca4ae0 is 0.58.

The process color (four color CMYK) of #ca4ae0 color hex is 0.10, 0.67, 0.00, 0.12. Web safe color of #ca4ae0 is #cc33cc. Color #ca4ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001010 11100000
Octal 312 112 340
Decimal 202 74 224
Hex CA 4A E0

RGB Percentages of Color #ca4ae0

%40.40
%14.80
%44.80

CMYK Percentages of Color #ca4ae0

%10
%67
%0
%12

Triadic Colors of #ca4ae0

#ca4ae0 #e0ca4a #4ae0ca

Analogous Colors of #ca4ae0

#ca4ae0 #e04aab #7f4ae0

Monochromatic Colors of #ca4ae0

#ca4ae0

Complementary Color

#ca4ae0 #60e04a

#ca4ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4ae0 Color CSS Codes

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

#ca4ae0 Text Font Color

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

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


#ca4ae0 Background Color

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

This div background color is #ca4ae0


#ca4ae0 Border Color

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

This div border color is #ca4ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4ae0


Comments

No comments written yet.

Please login to write comment.