Color Hex Logo

#ae4cbf Color Hex

#AE4CBF
(174,76,191)
0 Favorites   0 Comments

Color spaces of #ae4cbf

RGB 17476191
HSL0.810.470.52
HSV291°60°75°
CMYK 0.090.600.00   0.25
XYZ29.444017.929151.1990
Yxy17.92910.29870.1819
Hunter Lab42.342850.0242-42.0509
CIE-Lab49.410056.3765-42.7480

#ae4cbf color RGB value is (174,76,191).

#ae4cbf hex color red value is 174, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae4cbf hue: 0.81 , saturation: 0.47 and the lightness value of ae4cbf is 0.52.

The process color (four color CMYK) of #ae4cbf color hex is 0.09, 0.60, 0.00, 0.25. Web safe color of #ae4cbf is #9933cc. Color #ae4cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001100 10111111
Octal 256 114 277
Decimal 174 76 191
Hex AE 4C BF

RGB Percentages of Color #ae4cbf

%39.46
%17.23
%43.31

CMYK Percentages of Color #ae4cbf

%9
%60
%0
%25

Triadic Colors of #ae4cbf

#ae4cbf #bfae4c #4cbfae

Analogous Colors of #ae4cbf

#ae4cbf #bf4c97 #754cbf

Monochromatic Colors of #ae4cbf

#ae4cbf

Complementary Color

#ae4cbf #5dbf4c

#ae4cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4cbf Color CSS Codes

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

#ae4cbf Text Font Color

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

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


#ae4cbf Background Color

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

This div background color is #ae4cbf


#ae4cbf Border Color

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

This div border color is #ae4cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4cbf


Comments

No comments written yet.

Please login to write comment.