Color Hex Logo

#ae41cb Color Hex

#AE41CB
(174,65,203)
0 Favorites   0 Comments

Color spaces of #ae41cb

RGB 17465203
HSL0.800.570.53
HSV287°68°80°
CMYK 0.140.680.00   0.20
XYZ30.125317.091158.2110
Yxy17.09110.28570.1621
Hunter Lab41.341457.7248-54.5447
CIE-Lab48.374663.4290-51.3316

#ae41cb color RGB value is (174,65,203).

#ae41cb hex color red value is 174, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae41cb hue: 0.80 , saturation: 0.57 and the lightness value of ae41cb is 0.53.

The process color (four color CMYK) of #ae41cb color hex is 0.14, 0.68, 0.00, 0.20. Web safe color of #ae41cb is #9933cc. Color #ae41cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 11001011
Octal 256 101 313
Decimal 174 65 203
Hex AE 41 CB

RGB Percentages of Color #ae41cb

%39.37
%14.71
%45.93

CMYK Percentages of Color #ae41cb

%14
%68
%0
%20

Triadic Colors of #ae41cb

#ae41cb #cbae41 #41cbae

Analogous Colors of #ae41cb

#ae41cb #cb41a3 #6941cb

Monochromatic Colors of #ae41cb

#ae41cb

Complementary Color

#ae41cb #5ecb41

#ae41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae41cb Color CSS Codes

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

#ae41cb Text Font Color

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

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


#ae41cb Background Color

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

This div background color is #ae41cb


#ae41cb Border Color

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

This div border color is #ae41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae41cb


Comments

No comments written yet.

Please login to write comment.