Color Hex Logo

#ae0fbc Color Hex

#AE0FBC
(174,15,188)
0 Favorites   0 Comments

Color spaces of #ae0fbc

RGB 17415188
HSL0.820.850.40
HSV295°92°74°
CMYK 0.070.920.00   0.26
XYZ26.703512.971248.6732
Yxy12.97120.30230.1468
Hunter Lab36.015669.3205-54.9166
CIE-Lab42.719874.3737-51.6821

#ae0fbc color RGB value is (174,15,188).

#ae0fbc hex color red value is 174, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae0fbc hue: 0.82 , saturation: 0.85 and the lightness value of ae0fbc is 0.40.

The process color (four color CMYK) of #ae0fbc color hex is 0.07, 0.92, 0.00, 0.26. Web safe color of #ae0fbc is #9900cc. Color #ae0fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001111 10111100
Octal 256 17 274
Decimal 174 15 188
Hex AE F BC

RGB Percentages of Color #ae0fbc

%46.15
%3.98
%49.87

CMYK Percentages of Color #ae0fbc

%7
%92
%0
%26

Triadic Colors of #ae0fbc

#ae0fbc #bcae0f #0fbcae

Analogous Colors of #ae0fbc

#ae0fbc #bc0f74 #580fbc

Monochromatic Colors of #ae0fbc

#ae0fbc

Complementary Color

#ae0fbc #1dbc0f

#ae0fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0fbc Color CSS Codes

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

#ae0fbc Text Font Color

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

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


#ae0fbc Background Color

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

This div background color is #ae0fbc


#ae0fbc Border Color

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

This div border color is #ae0fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0fbc


Comments

No comments written yet.

Please login to write comment.