Color Hex Logo

#5027ed Color Hex

#5027ED
(80,39,237)
0 Favorites   0 Comments

Color spaces of #5027ed

RGB 8039237
HSL0.700.850.54
HSV252°84°93°
CMYK 0.660.840.00   0.07
XYZ19.31989.270980.8920
Yxy9.27090.17650.0847
Hunter Lab30.448259.9766-136.2028
CIE-Lab36.500767.6885-90.6205

#5027ed color RGB value is (80,39,237).

#5027ed hex color red value is 80, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5027ed hue: 0.70 , saturation: 0.85 and the lightness value of 5027ed is 0.54.

The process color (four color CMYK) of #5027ed color hex is 0.66, 0.84, 0.00, 0.07. Web safe color of #5027ed is #6633ff. Color #5027ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 11101101
Octal 120 47 355
Decimal 80 39 237
Hex 50 27 ED

RGB Percentages of Color #5027ed

%22.47
%10.96
%66.57

CMYK Percentages of Color #5027ed

%66
%84
%0
%7

Triadic Colors of #5027ed

#5027ed #ed5027 #27ed50

Analogous Colors of #5027ed

#5027ed #b327ed #2761ed

Monochromatic Colors of #5027ed

#5027ed

Complementary Color

#5027ed #c4ed27

#5027ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5027ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5027ed Color CSS Codes

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

#5027ed Text Font Color

<p style="color:#5027ed">Text here</p>

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


#5027ed Background Color

<div style="background-color:#5027ed">
Div content here</div>

This div background color is #5027ed


#5027ed Border Color

<div style="border:3px solid #5027ed">
Div here</div>

This div border color is #5027ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,39,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5027ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5027ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5027ed;
  box-shadow:         1px 1px 3px 2px #5027ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5027ed


Comments

No comments written yet.

Please login to write comment.