Color Hex Logo

#5342ae Color Hex

#5342AE
(83,66,174)
0 Favorites   0 Comments

Color spaces of #5342ae

RGB 8366174
HSL0.690.450.47
HSV249°62°68°
CMYK 0.520.620.00   0.32
XYZ13.15558.791441.0479
Yxy8.79140.20880.1396
Hunter Lab29.650327.3104-61.3259
CIE-Lab35.579536.3129-55.5495

#5342ae color RGB value is (83,66,174).

#5342ae hex color red value is 83, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5342ae hue: 0.69 , saturation: 0.45 and the lightness value of 5342ae is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 10101110
Octal 123 102 256
Decimal 83 66 174
Hex 53 42 AE

RGB Percentages of Color #5342ae

%25.70
%20.43
%53.87

CMYK Percentages of Color #5342ae

%52
%62
%0
%32

Triadic Colors of #5342ae

#5342ae #ae5342 #42ae53

Analogous Colors of #5342ae

#5342ae #8942ae #4267ae

Monochromatic Colors of #5342ae

#5342ae

Complementary Color

#5342ae #9dae42

#5342ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5342ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5342ae Color CSS Codes

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

#5342ae Text Font Color

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

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


#5342ae Background Color

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

This div background color is #5342ae


#5342ae Border Color

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

This div border color is #5342ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5342ae


Comments

No comments written yet.

Please login to write comment.