Color Hex Logo

#5702ea Color Hex

#5702EA
(87,2,234)
0 Favorites   0 Comments

Color spaces of #5702ea

RGB 872234
HSL0.730.980.46
HSV262°99°92°
CMYK 0.630.990.00   0.08
XYZ18.80358.010278.3970
Yxy8.01020.17870.0761
Hunter Lab28.302369.0629-144.4209
CIE-Lab34.004175.8072-93.0431

#5702ea color RGB value is (87,2,234).

#5702ea hex color red value is 87, green value is 2 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5702ea hue: 0.73 , saturation: 0.98 and the lightness value of 5702ea is 0.46.

The process color (four color CMYK) of #5702ea color hex is 0.63, 0.99, 0.00, 0.08. Web safe color of #5702ea is #6600ff. Color #5702ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 11101010
Octal 127 2 352
Decimal 87 2 234
Hex 57 2 EA

RGB Percentages of Color #5702ea

%26.93
%0.62
%72.45

CMYK Percentages of Color #5702ea

%63
%99
%0
%8

Triadic Colors of #5702ea

#5702ea #ea5702 #02ea57

Analogous Colors of #5702ea

#5702ea #cb02ea #0221ea

Monochromatic Colors of #5702ea

#5702ea

Complementary Color

#5702ea #95ea02

#5702ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5702ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5702ea Color CSS Codes

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

#5702ea Text Font Color

<p style="color:#5702ea">Text here</p>

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


#5702ea Background Color

<div style="background-color:#5702ea">
Div content here</div>

This div background color is #5702ea


#5702ea Border Color

<div style="border:3px solid #5702ea">
Div here</div>

This div border color is #5702ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5702ea


Comments

No comments written yet.

Please login to write comment.