Color Hex Logo

#ae48cb Color Hex

#AE48CB
(174,72,203)
0 Favorites   0 Comments

Color spaces of #ae48cb

RGB 17472203
HSL0.800.560.54
HSV287°65°80°
CMYK 0.140.650.00   0.20
XYZ30.552417.945258.3534
Yxy17.94520.28590.1679
Hunter Lab42.361854.6057-52.0188
CIE-Lab49.429660.4852-49.6450

#ae48cb color RGB value is (174,72,203).

#ae48cb hex color red value is 174, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae48cb hue: 0.80 , saturation: 0.56 and the lightness value of ae48cb is 0.54.

The process color (four color CMYK) of #ae48cb color hex is 0.14, 0.65, 0.00, 0.20. Web safe color of #ae48cb is #9933cc. Color #ae48cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 11001011
Octal 256 110 313
Decimal 174 72 203
Hex AE 48 CB

RGB Percentages of Color #ae48cb

%38.75
%16.04
%45.21

CMYK Percentages of Color #ae48cb

%14
%65
%0
%20

Triadic Colors of #ae48cb

#ae48cb #cbae48 #48cbae

Analogous Colors of #ae48cb

#ae48cb #cb48a7 #6d48cb

Monochromatic Colors of #ae48cb

#ae48cb

Complementary Color

#ae48cb #65cb48

#ae48cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae48cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae48cb Color CSS Codes

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

#ae48cb Text Font Color

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

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


#ae48cb Background Color

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

This div background color is #ae48cb


#ae48cb Border Color

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

This div border color is #ae48cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae48cb


Comments

No comments written yet.

Please login to write comment.