Color Hex Logo

#ae7fbf Color Hex

#AE7FBF
(174,127,191)
0 Favorites   0 Comments

Color spaces of #ae7fbf

RGB 174127191
HSL0.790.330.62
HSV284°34°75°
CMYK 0.090.340.00   0.25
XYZ34.448927.939052.8673
Yxy27.93900.29890.2424
Hunter Lab52.857423.8340-22.3010
CIE-Lab59.833629.6224-26.4475

#ae7fbf color RGB value is (174,127,191).

#ae7fbf hex color red value is 174, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae7fbf hue: 0.79 , saturation: 0.33 and the lightness value of ae7fbf is 0.62.

The process color (four color CMYK) of #ae7fbf color hex is 0.09, 0.34, 0.00, 0.25. Web safe color of #ae7fbf is #9966cc. Color #ae7fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111111 10111111
Octal 256 177 277
Decimal 174 127 191
Hex AE 7F BF

RGB Percentages of Color #ae7fbf

%35.37
%25.81
%38.82

CMYK Percentages of Color #ae7fbf

%9
%34
%0
%25

Triadic Colors of #ae7fbf

#ae7fbf #bfae7f #7fbfae

Analogous Colors of #ae7fbf

#ae7fbf #bf7fb0 #8e7fbf

Monochromatic Colors of #ae7fbf

#ae7fbf

Complementary Color

#ae7fbf #90bf7f

#ae7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7fbf Color CSS Codes

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

#ae7fbf Text Font Color

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

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


#ae7fbf Background Color

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

This div background color is #ae7fbf


#ae7fbf Border Color

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

This div border color is #ae7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7fbf


Comments

No comments written yet.

Please login to write comment.