Color Hex Logo

#ae7aeb Color Hex

#AE7AEB
(174,122,235)
0 Favorites   0 Comments

Color spaces of #ae7aeb

RGB 174122235
HSL0.740.740.70
HSV268°48°92°
CMYK 0.260.480.00   0.08
XYZ39.410528.915982.1014
Yxy28.91590.26200.1922
Hunter Lab53.773536.7187-52.8825
CIE-Lab60.707342.2095-49.7832

#ae7aeb color RGB value is (174,122,235).

#ae7aeb hex color red value is 174, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae7aeb hue: 0.74 , saturation: 0.74 and the lightness value of ae7aeb is 0.70.

The process color (four color CMYK) of #ae7aeb color hex is 0.26, 0.48, 0.00, 0.08. Web safe color of #ae7aeb is #9966ff. Color #ae7aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 11101011
Octal 256 172 353
Decimal 174 122 235
Hex AE 7A EB

RGB Percentages of Color #ae7aeb

%32.77
%22.98
%44.26

CMYK Percentages of Color #ae7aeb

%26
%48
%0
%8

Triadic Colors of #ae7aeb

#ae7aeb #ebae7a #7aebae

Analogous Colors of #ae7aeb

#ae7aeb #e77aeb #7a7feb

Monochromatic Colors of #ae7aeb

#ae7aeb

Complementary Color

#ae7aeb #b7eb7a

#ae7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7aeb Color CSS Codes

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

#ae7aeb Text Font Color

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

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


#ae7aeb Background Color

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

This div background color is #ae7aeb


#ae7aeb Border Color

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

This div border color is #ae7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7aeb


Comments

No comments written yet.

Please login to write comment.