Color Hex Logo

#5731ec Color Hex

#5731EC
(87,49,236)
0 Favorites   0 Comments

Color spaces of #5731ec

RGB 8749236
HSL0.700.830.56
HSV252°79°93°
CMYK 0.630.790.00   0.07
XYZ20.169110.279080.2779
Yxy10.27900.18220.0928
Hunter Lab32.060956.1856-126.0148
CIE-Lab38.338664.0129-86.9922

#5731ec color RGB value is (87,49,236).

#5731ec hex color red value is 87, green value is 49 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5731ec hue: 0.70 , saturation: 0.83 and the lightness value of 5731ec is 0.56.

The process color (four color CMYK) of #5731ec color hex is 0.63, 0.79, 0.00, 0.07. Web safe color of #5731ec is #6633ff. Color #5731ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 11101100
Octal 127 61 354
Decimal 87 49 236
Hex 57 31 EC

RGB Percentages of Color #5731ec

%23.39
%13.17
%63.44

CMYK Percentages of Color #5731ec

%63
%79
%0
%7

Triadic Colors of #5731ec

#5731ec #ec5731 #31ec57

Analogous Colors of #5731ec

#5731ec #b531ec #3169ec

Monochromatic Colors of #5731ec

#5731ec

Complementary Color

#5731ec #c6ec31

#5731ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5731ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5731ec Color CSS Codes

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

#5731ec Text Font Color

<p style="color:#5731ec">Text here</p>

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


#5731ec Background Color

<div style="background-color:#5731ec">
Div content here</div>

This div background color is #5731ec


#5731ec Border Color

<div style="border:3px solid #5731ec">
Div here</div>

This div border color is #5731ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,49,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5731ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5731ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5731ec;
  box-shadow:         1px 1px 3px 2px #5731ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5731ec


Comments

No comments written yet.

Please login to write comment.