Color Hex Logo

#5325ae Color Hex

#5325AE
(83,37,174)
0 Favorites   0 Comments

Color spaces of #5325ae

RGB 8337174
HSL0.720.650.41
HSV260°79°68°
CMYK 0.520.790.00   0.32
XYZ11.86886.218140.6191
Yxy6.21810.20220.1059
Hunter Lab24.936141.3221-79.1238
CIE-Lab29.956251.8283-64.7401

#5325ae color RGB value is (83,37,174).

#5325ae hex color red value is 83, green value is 37 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5325ae hue: 0.72 , saturation: 0.65 and the lightness value of 5325ae is 0.41.

The process color (four color CMYK) of #5325ae color hex is 0.52, 0.79, 0.00, 0.32. Web safe color of #5325ae is #663399. Color #5325ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 10101110
Octal 123 45 256
Decimal 83 37 174
Hex 53 25 AE

RGB Percentages of Color #5325ae

%28.23
%12.59
%59.18

CMYK Percentages of Color #5325ae

%52
%79
%0
%32

Triadic Colors of #5325ae

#5325ae #ae5325 #25ae53

Analogous Colors of #5325ae

#5325ae #9825ae #253bae

Monochromatic Colors of #5325ae

#5325ae

Complementary Color

#5325ae #80ae25

#5325ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5325ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5325ae Color CSS Codes

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

#5325ae Text Font Color

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

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


#5325ae Background Color

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

This div background color is #5325ae


#5325ae Border Color

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

This div border color is #5325ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,37,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5325ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5325ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5325ae;
  box-shadow:         1px 1px 3px 2px #5325ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5325ae


Comments

No comments written yet.

Please login to write comment.