Color Hex Logo

#5930ef Color Hex

#5930EF
(89,48,239)
0 Favorites   0 Comments

Color spaces of #5930ef

RGB 8948239
HSL0.700.860.56
HSV253°80°94°
CMYK 0.630.800.00   0.06
XYZ20.756810.469782.5882
Yxy10.46970.18240.0920
Hunter Lab32.356957.8823-128.6827
CIE-Lab38.672665.4424-88.1332

#5930ef color RGB value is (89,48,239).

#5930ef hex color red value is 89, green value is 48 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5930ef hue: 0.70 , saturation: 0.86 and the lightness value of 5930ef is 0.56.

The process color (four color CMYK) of #5930ef color hex is 0.63, 0.80, 0.00, 0.06. Web safe color of #5930ef is #6633ff. Color #5930ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110000 11101111
Octal 131 60 357
Decimal 89 48 239
Hex 59 30 EF

RGB Percentages of Color #5930ef

%23.67
%12.77
%63.56

CMYK Percentages of Color #5930ef

%63
%80
%0
%6

Triadic Colors of #5930ef

#5930ef #ef5930 #30ef59

Analogous Colors of #5930ef

#5930ef #b930ef #3067ef

Monochromatic Colors of #5930ef

#5930ef

Complementary Color

#5930ef #c6ef30

#5930ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5930ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5930ef Color CSS Codes

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

#5930ef Text Font Color

<p style="color:#5930ef">Text here</p>

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


#5930ef Background Color

<div style="background-color:#5930ef">
Div content here</div>

This div background color is #5930ef


#5930ef Border Color

<div style="border:3px solid #5930ef">
Div here</div>

This div border color is #5930ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,48,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5930ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5930ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5930ef;
  box-shadow:         1px 1px 3px 2px #5930ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5930ef


Comments

No comments written yet.

Please login to write comment.