Color Hex Logo

#5827ef Color Hex

#5827EF
(88,39,239)
0 Favorites   0 Comments

Color spaces of #5827ef

RGB 8839239
HSL0.710.860.55
HSV255°84°94°
CMYK 0.630.840.00   0.06
XYZ20.33009.757782.4733
Yxy9.75770.18060.0867
Hunter Lab31.237361.5068-134.6724
CIE-Lab37.404068.8322-90.2358

#5827ef color RGB value is (88,39,239).

#5827ef hex color red value is 88, green value is 39 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5827ef hue: 0.71 , saturation: 0.86 and the lightness value of 5827ef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100111 11101111
Octal 130 47 357
Decimal 88 39 239
Hex 58 27 EF

RGB Percentages of Color #5827ef

%24.04
%10.66
%65.30

CMYK Percentages of Color #5827ef

%63
%84
%0
%6

Triadic Colors of #5827ef

#5827ef #ef5827 #27ef58

Analogous Colors of #5827ef

#5827ef #bc27ef #275aef

Monochromatic Colors of #5827ef

#5827ef

Complementary Color

#5827ef #beef27

#5827ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5827ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5827ef Color CSS Codes

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

#5827ef Text Font Color

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

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


#5827ef Background Color

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

This div background color is #5827ef


#5827ef Border Color

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

This div border color is #5827ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,39,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 #5827ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5827ef


Comments

No comments written yet.

Please login to write comment.