Color Hex Logo

#5730ab Color Hex

#5730AB
(87,48,171)
0 Favorites   0 Comments

Color spaces of #5730ab

RGB 8748171
HSL0.720.560.43
HSV259°72°67°
CMYK 0.490.720.00   0.33
XYZ12.33817.080439.2444
Yxy7.08040.21030.1207
Hunter Lab26.609036.2013-68.8177
CIE-Lab31.989246.3165-59.5919

#5730ab color RGB value is (87,48,171).

#5730ab hex color red value is 87, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5730ab hue: 0.72 , saturation: 0.56 and the lightness value of 5730ab is 0.43.

The process color (four color CMYK) of #5730ab color hex is 0.49, 0.72, 0.00, 0.33. Web safe color of #5730ab is #663399. Color #5730ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 10101011
Octal 127 60 253
Decimal 87 48 171
Hex 57 30 AB

RGB Percentages of Color #5730ab

%28.43
%15.69
%55.88

CMYK Percentages of Color #5730ab

%49
%72
%0
%33

Triadic Colors of #5730ab

#5730ab #ab5730 #30ab57

Analogous Colors of #5730ab

#5730ab #9530ab #3047ab

Monochromatic Colors of #5730ab

#5730ab

Complementary Color

#5730ab #84ab30

#5730ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5730ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5730ab Color CSS Codes

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

#5730ab Text Font Color

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

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


#5730ab Background Color

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

This div background color is #5730ab


#5730ab Border Color

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

This div border color is #5730ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,48,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5730ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5730ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5730ab;
  box-shadow:         1px 1px 3px 2px #5730ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,48,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5730ab


Comments

No comments written yet.

Please login to write comment.