Color Hex Logo

#5135ae Color Hex

#5135AE
(81,53,174)
0 Favorites   0 Comments

Color spaces of #5135ae

RGB 8153174
HSL0.710.530.45
HSV254°70°68°
CMYK 0.530.700.00   0.32
XYZ12.30647.351540.8148
Yxy7.35150.20350.1216
Hunter Lab27.113633.5691-70.2710
CIE-Lab32.594143.4925-60.4228

#5135ae color RGB value is (81,53,174).

#5135ae hex color red value is 81, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5135ae hue: 0.71 , saturation: 0.53 and the lightness value of 5135ae is 0.45.

The process color (four color CMYK) of #5135ae color hex is 0.53, 0.70, 0.00, 0.32. Web safe color of #5135ae is #663399. Color #5135ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 10101110
Octal 121 65 256
Decimal 81 53 174
Hex 51 35 AE

RGB Percentages of Color #5135ae

%26.30
%17.21
%56.49

CMYK Percentages of Color #5135ae

%53
%70
%0
%32

Triadic Colors of #5135ae

#5135ae #ae5135 #35ae51

Analogous Colors of #5135ae

#5135ae #8e35ae #3556ae

Monochromatic Colors of #5135ae

#5135ae

Complementary Color

#5135ae #92ae35

#5135ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5135ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5135ae Color CSS Codes

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

#5135ae Text Font Color

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

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


#5135ae Background Color

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

This div background color is #5135ae


#5135ae Border Color

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

This div border color is #5135ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,53,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 #5135ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5135ae


Comments

No comments written yet.

Please login to write comment.