Color Hex Logo

#ae2fca Color Hex

#AE2FCA
(174,47,202)
0 Favorites   0 Comments

Color spaces of #ae2fca

RGB 17447202
HSL0.800.620.49
HSV289°77°79°
CMYK 0.140.770.00   0.21
XYZ29.132715.296057.2941
Yxy15.29600.28640.1504
Hunter Lab39.110164.5201-59.4794
CIE-Lab46.037069.7189-54.5053

#ae2fca color RGB value is (174,47,202).

#ae2fca hex color red value is 174, green value is 47 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae2fca hue: 0.80 , saturation: 0.62 and the lightness value of ae2fca is 0.49.

The process color (four color CMYK) of #ae2fca color hex is 0.14, 0.77, 0.00, 0.21. Web safe color of #ae2fca is #9933cc. Color #ae2fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 11001010
Octal 256 57 312
Decimal 174 47 202
Hex AE 2F CA

RGB Percentages of Color #ae2fca

%41.13
%11.11
%47.75

CMYK Percentages of Color #ae2fca

%14
%77
%0
%21

Triadic Colors of #ae2fca

#ae2fca #caae2f #2fcaae

Analogous Colors of #ae2fca

#ae2fca #ca2f99 #612fca

Monochromatic Colors of #ae2fca

#ae2fca

Complementary Color

#ae2fca #4bca2f

#ae2fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fca Color CSS Codes

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

#ae2fca Text Font Color

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

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


#ae2fca Background Color

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

This div background color is #ae2fca


#ae2fca Border Color

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

This div border color is #ae2fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fca


Comments

No comments written yet.

Please login to write comment.