Color Hex Logo

#ae7beb Color Hex

#AE7BEB
(174,123,235)
0 Favorites   0 Comments

Color spaces of #ae7beb

RGB 174123235
HSL0.740.740.70
HSV267°48°92°
CMYK 0.260.480.00   0.08
XYZ39.533929.162782.1426
Yxy29.16270.26210.1933
Hunter Lab54.002536.1711-52.3836
CIE-Lab60.925041.6603-49.4384

#ae7beb color RGB value is (174,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111011 11101011
Octal 256 173 353
Decimal 174 123 235
Hex AE 7B EB

RGB Percentages of Color #ae7beb

%32.71
%23.12
%44.17

CMYK Percentages of Color #ae7beb

%26
%48
%0
%8

Triadic Colors of #ae7beb

#ae7beb #ebae7b #7bebae

Analogous Colors of #ae7beb

#ae7beb #e67beb #7b80eb

Monochromatic Colors of #ae7beb

#ae7beb

Complementary Color

#ae7beb #b8eb7b

#ae7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7beb Color CSS Codes

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

#ae7beb Text Font Color

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

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


#ae7beb Background Color

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

This div background color is #ae7beb


#ae7beb Border Color

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

This div border color is #ae7beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,123,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 #ae7beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7beb


Comments

No comments written yet.

Please login to write comment.