Color Hex Logo

#5126ed Color Hex

#5126ED
(81,38,237)
0 Favorites   0 Comments

Color spaces of #5126ed

RGB 8138237
HSL0.700.850.54
HSV253°84°93°
CMYK 0.660.840.00   0.07
XYZ19.37259.250080.8851
Yxy9.25000.17690.0845
Hunter Lab30.413860.4739-136.3912
CIE-Lab36.461268.1257-90.6834

#5126ed color RGB value is (81,38,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100110 11101101
Octal 121 46 355
Decimal 81 38 237
Hex 51 26 ED

RGB Percentages of Color #5126ed

%22.75
%10.67
%66.57

CMYK Percentages of Color #5126ed

%66
%84
%0
%7

Triadic Colors of #5126ed

#5126ed #ed5126 #26ed51

Analogous Colors of #5126ed

#5126ed #b526ed #265eed

Monochromatic Colors of #5126ed

#5126ed

Complementary Color

#5126ed #c2ed26

#5126ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5126ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5126ed Color CSS Codes

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

#5126ed Text Font Color

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

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


#5126ed Background Color

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

This div background color is #5126ed


#5126ed Border Color

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

This div border color is #5126ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,38,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 #5126ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5126ed


Comments

No comments written yet.

Please login to write comment.