Color Hex Logo

#ae39cb Color Hex

#AE39CB
(174,57,203)
0 Favorites   0 Comments

Color spaces of #ae39cb

RGB 17457203
HSL0.800.580.51
HSV288°72°80°
CMYK 0.140.720.00   0.20
XYZ29.698216.236758.0686
Yxy16.23670.28560.1561
Hunter Lab40.294861.0428-57.2361
CIE-Lab47.283566.5133-53.0804

#ae39cb color RGB value is (174,57,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 11001011
Octal 256 71 313
Decimal 174 57 203
Hex AE 39 CB

RGB Percentages of Color #ae39cb

%40.09
%13.13
%46.77

CMYK Percentages of Color #ae39cb

%14
%72
%0
%20

Triadic Colors of #ae39cb

#ae39cb #cbae39 #39cbae

Analogous Colors of #ae39cb

#ae39cb #cb399f #6539cb

Monochromatic Colors of #ae39cb

#ae39cb

Complementary Color

#ae39cb #56cb39

#ae39cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae39cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae39cb Color CSS Codes

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

#ae39cb Text Font Color

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

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


#ae39cb Background Color

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

This div background color is #ae39cb


#ae39cb Border Color

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

This div border color is #ae39cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae39cb


Comments

No comments written yet.

Please login to write comment.