Color Hex Logo

#ae7bfd Color Hex

#AE7BFD
(174,123,253)
0 Favorites   0 Comments

Color spaces of #ae7bfd

RGB 174123253
HSL0.730.970.74
HSV264°51°99°
CMYK 0.310.510.00   0.01
XYZ42.268130.256496.5408
Yxy30.25640.25000.1790
Hunter Lab55.005840.9045-65.5559
CIE-Lab61.874845.9793-57.8712

#ae7bfd color RGB value is (174,123,253).

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

The process color (four color CMYK) of #ae7bfd color hex is 0.31, 0.51, 0.00, 0.01. Web safe color of #ae7bfd is #9966ff. Color #ae7bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111011 11111101
Octal 256 173 375
Decimal 174 123 253
Hex AE 7B FD

RGB Percentages of Color #ae7bfd

%31.64
%22.36
%46.00

CMYK Percentages of Color #ae7bfd

%31
%51
%0
%1

Triadic Colors of #ae7bfd

#ae7bfd #fdae7b #7bfdae

Analogous Colors of #ae7bfd

#ae7bfd #ef7bfd #7b89fd

Monochromatic Colors of #ae7bfd

#ae7bfd

Complementary Color

#ae7bfd #cafd7b

#ae7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7bfd Color CSS Codes

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

#ae7bfd Text Font Color

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

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


#ae7bfd Background Color

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

This div background color is #ae7bfd


#ae7bfd Border Color

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

This div border color is #ae7bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.