Color Hex Logo

#5834ae Color Hex

#5834AE
(88,52,174)
0 Favorites   0 Comments

Color spaces of #5834ae

RGB 8852174
HSL0.720.540.44
HSV258°70°68°
CMYK 0.490.700.00   0.32
XYZ12.89257.586740.8293
Yxy7.58670.21030.1237
Hunter Lab27.544035.3485-68.6067
CIE-Lab33.106945.2357-59.5558

#5834ae color RGB value is (88,52,174).

#5834ae hex color red value is 88, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5834ae hue: 0.72 , saturation: 0.54 and the lightness value of 5834ae is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110100 10101110
Octal 130 64 256
Decimal 88 52 174
Hex 58 34 AE

RGB Percentages of Color #5834ae

%28.03
%16.56
%55.41

CMYK Percentages of Color #5834ae

%49
%70
%0
%32

Triadic Colors of #5834ae

#5834ae #ae5834 #34ae58

Analogous Colors of #5834ae

#5834ae #9534ae #344dae

Monochromatic Colors of #5834ae

#5834ae

Complementary Color

#5834ae #8aae34

#5834ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5834ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5834ae Color CSS Codes

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

#5834ae Text Font Color

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

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


#5834ae Background Color

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

This div background color is #5834ae


#5834ae Border Color

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

This div border color is #5834ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5834ae


Comments

No comments written yet.

Please login to write comment.