Color Hex Logo

#5707a4 Color Hex

#5707A4
(87,7,164)
0 Favorites   0 Comments

Color spaces of #5707a4

RGB 877164
HSL0.750.920.34
HSV271°96°64°
CMYK 0.470.960.00   0.36
XYZ10.70734.858535.4954
Yxy4.85850.20970.0952
Hunter Lab22.042048.1361-80.0484
CIE-Lab26.327859.0342-64.6683

#5707a4 color RGB value is (87,7,164).

#5707a4 hex color red value is 87, green value is 7 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #5707a4 hue: 0.75 , saturation: 0.92 and the lightness value of 5707a4 is 0.34.

The process color (four color CMYK) of #5707a4 color hex is 0.47, 0.96, 0.00, 0.36. Web safe color of #5707a4 is #660099. Color #5707a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000111 10100100
Octal 127 7 244
Decimal 87 7 164
Hex 57 7 A4

RGB Percentages of Color #5707a4

%33.72
%2.71
%63.57

CMYK Percentages of Color #5707a4

%47
%96
%0
%36

Triadic Colors of #5707a4

#5707a4 #a45707 #07a457

Analogous Colors of #5707a4

#5707a4 #a407a3 #0907a4

Monochromatic Colors of #5707a4

#5707a4

Complementary Color

#5707a4 #54a407

#5707a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5707a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5707a4 Color CSS Codes

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

#5707a4 Text Font Color

<p style="color:#5707a4">Text here</p>

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


#5707a4 Background Color

<div style="background-color:#5707a4">
Div content here</div>

This div background color is #5707a4


#5707a4 Border Color

<div style="border:3px solid #5707a4">
Div here</div>

This div border color is #5707a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,7,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5707a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5707a4;
  -webkit-box-shadow: 1px 1px 3px 2px #5707a4;
  box-shadow:         1px 1px 3px 2px #5707a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5707a4


Comments

No comments written yet.

Please login to write comment.