Color Hex Logo

#5704ca Color Hex

#5704CA
(87,4,202)
0 Favorites   0 Comments

Color spaces of #5704ca

RGB 874202
HSL0.740.960.40
HSV265°98°79°
CMYK 0.570.980.00   0.21
XYZ14.63466.377356.3367
Yxy6.37730.18920.0824
Hunter Lab25.253359.2496-114.5906
CIE-Lab30.345168.2261-80.6558

#5704ca color RGB value is (87,4,202).

#5704ca hex color red value is 87, green value is 4 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5704ca hue: 0.74 , saturation: 0.96 and the lightness value of 5704ca is 0.40.

The process color (four color CMYK) of #5704ca color hex is 0.57, 0.98, 0.00, 0.21. Web safe color of #5704ca is #6600cc. Color #5704ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 11001010
Octal 127 4 312
Decimal 87 4 202
Hex 57 4 CA

RGB Percentages of Color #5704ca

%29.69
%1.37
%68.94

CMYK Percentages of Color #5704ca

%57
%98
%0
%21

Triadic Colors of #5704ca

#5704ca #ca5704 #04ca57

Analogous Colors of #5704ca

#5704ca #ba04ca #0414ca

Monochromatic Colors of #5704ca

#5704ca

Complementary Color

#5704ca #77ca04

#5704ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5704ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5704ca Color CSS Codes

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

#5704ca Text Font Color

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

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


#5704ca Background Color

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

This div background color is #5704ca


#5704ca Border Color

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

This div border color is #5704ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5704ca


Comments

No comments written yet.

Please login to write comment.