Color Hex Logo

#5138df Color Hex

#5138DF
(81,56,223)
0 Favorites   0 Comments

Color spaces of #5138df

RGB 8156223
HSL0.690.720.55
HSV249°75°87°
CMYK 0.640.750.00   0.13
XYZ18.12689.905470.7686
Yxy9.90540.18350.1003
Hunter Lab31.472847.7297-111.2862
CIE-Lab37.672156.4592-80.7053

#5138df color RGB value is (81,56,223).

#5138df hex color red value is 81, green value is 56 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5138df hue: 0.69 , saturation: 0.72 and the lightness value of 5138df is 0.55.

The process color (four color CMYK) of #5138df color hex is 0.64, 0.75, 0.00, 0.13. Web safe color of #5138df is #6633cc. Color #5138df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111000 11011111
Octal 121 70 337
Decimal 81 56 223
Hex 51 38 DF

RGB Percentages of Color #5138df

%22.50
%15.56
%61.94

CMYK Percentages of Color #5138df

%64
%75
%0
%13

Triadic Colors of #5138df

#5138df #df5138 #38df51

Analogous Colors of #5138df

#5138df #a538df #3873df

Monochromatic Colors of #5138df

#5138df

Complementary Color

#5138df #c6df38

#5138df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5138df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5138df Color CSS Codes

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

#5138df Text Font Color

<p style="color:#5138df">Text here</p>

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


#5138df Background Color

<div style="background-color:#5138df">
Div content here</div>

This div background color is #5138df


#5138df Border Color

<div style="border:3px solid #5138df">
Div here</div>

This div border color is #5138df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,56,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5138df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5138df;
  -webkit-box-shadow: 1px 1px 3px 2px #5138df;
  box-shadow:         1px 1px 3px 2px #5138df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,56,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5138df


Comments

No comments written yet.

Please login to write comment.