Color Hex Logo

#5704f1 Color Hex

#5704F1
(87,4,241)
0 Favorites   0 Comments

Color spaces of #5704f1

RGB 874241
HSL0.730.970.48
HSV261°98°95°
CMYK 0.640.980.00   0.05
XYZ19.85118.463983.8065
Yxy8.46390.17700.0755
Hunter Lab29.092870.8849-150.4296
CIE-Lab34.930977.1254-95.4768

#5704f1 color RGB value is (87,4,241).

#5704f1 hex color red value is 87, green value is 4 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #5704f1 hue: 0.73 , saturation: 0.97 and the lightness value of 5704f1 is 0.48.

The process color (four color CMYK) of #5704f1 color hex is 0.64, 0.98, 0.00, 0.05. Web safe color of #5704f1 is #6600ff. Color #5704f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 11110001
Octal 127 4 361
Decimal 87 4 241
Hex 57 4 F1

RGB Percentages of Color #5704f1

%26.20
%1.20
%72.59

CMYK Percentages of Color #5704f1

%64
%98
%0
%5

Triadic Colors of #5704f1

#5704f1 #f15704 #04f157

Analogous Colors of #5704f1

#5704f1 #ce04f1 #0428f1

Monochromatic Colors of #5704f1

#5704f1

Complementary Color

#5704f1 #9ef104

#5704f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5704f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5704f1 Color CSS Codes

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

#5704f1 Text Font Color

<p style="color:#5704f1">Text here</p>

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


#5704f1 Background Color

<div style="background-color:#5704f1">
Div content here</div>

This div background color is #5704f1


#5704f1 Border Color

<div style="border:3px solid #5704f1">
Div here</div>

This div border color is #5704f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,4,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5704f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5704f1;
  -webkit-box-shadow: 1px 1px 3px 2px #5704f1;
  box-shadow:         1px 1px 3px 2px #5704f1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5704f1


Comments

No comments written yet.

Please login to write comment.