Color Hex Logo

#5e27af Color Hex

#5E27AF
(94,39,175)
0 Favorites   0 Comments

Color spaces of #5e27af

RGB 9439175
HSL0.730.640.42
HSV264°78°69°
CMYK 0.460.780.00   0.31
XYZ13.07956.925941.2049
Yxy6.92590.21370.1131
Hunter Lab26.317142.6589-74.4089
CIE-Lab31.637652.8048-62.5299

#5e27af color RGB value is (94,39,175).

#5e27af hex color red value is 94, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5e27af hue: 0.73 , saturation: 0.64 and the lightness value of 5e27af is 0.42.

The process color (four color CMYK) of #5e27af color hex is 0.46, 0.78, 0.00, 0.31. Web safe color of #5e27af is #663399. Color #5e27af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00100111 10101111
Octal 136 47 257
Decimal 94 39 175
Hex 5E 27 AF

RGB Percentages of Color #5e27af

%30.52
%12.66
%56.82

CMYK Percentages of Color #5e27af

%46
%78
%0
%31

Triadic Colors of #5e27af

#5e27af #af5e27 #27af5e

Analogous Colors of #5e27af

#5e27af #a227af #2734af

Monochromatic Colors of #5e27af

#5e27af

Complementary Color

#5e27af #78af27

#5e27af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e27af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e27af Color CSS Codes

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

#5e27af Text Font Color

<p style="color:#5e27af">Text here</p>

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


#5e27af Background Color

<div style="background-color:#5e27af">
Div content here</div>

This div background color is #5e27af


#5e27af Border Color

<div style="border:3px solid #5e27af">
Div here</div>

This div border color is #5e27af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,39,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e27af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e27af;
  -webkit-box-shadow: 1px 1px 3px 2px #5e27af;
  box-shadow:         1px 1px 3px 2px #5e27af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e27af


Comments

No comments written yet.

Please login to write comment.