Color Hex Logo

#5182ea Color Hex

#5182EA
(81,130,234)
0 Favorites   0 Comments

Color spaces of #5182ea

RGB 81130234
HSL0.610.780.62
HSV221°65°92°
CMYK 0.650.440.00   0.08
XYZ26.227323.655181.0255
Yxy23.65510.20030.1807
Hunter Lab48.636511.1425-64.7280
CIE-Lab55.740816.2904-57.5475

#5182ea color RGB value is (81,130,234).

#5182ea hex color red value is 81, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5182ea hue: 0.61 , saturation: 0.78 and the lightness value of 5182ea is 0.62.

The process color (four color CMYK) of #5182ea color hex is 0.65, 0.44, 0.00, 0.08. Web safe color of #5182ea is #6699ff. Color #5182ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000010 11101010
Octal 121 202 352
Decimal 81 130 234
Hex 51 82 EA

RGB Percentages of Color #5182ea

%18.20
%29.21
%52.58

CMYK Percentages of Color #5182ea

%65
%44
%0
%8

Triadic Colors of #5182ea

#5182ea #ea5182 #82ea51

Analogous Colors of #5182ea

#5182ea #6d51ea #51cfea

Monochromatic Colors of #5182ea

#5182ea

Complementary Color

#5182ea #eab951

#5182ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5182ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5182ea Color CSS Codes

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

#5182ea Text Font Color

<p style="color:#5182ea">Text here</p>

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


#5182ea Background Color

<div style="background-color:#5182ea">
Div content here</div>

This div background color is #5182ea


#5182ea Border Color

<div style="border:3px solid #5182ea">
Div here</div>

This div border color is #5182ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,130,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5182ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5182ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5182ea;
  box-shadow:         1px 1px 3px 2px #5182ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5182ea


Comments

No comments written yet.

Please login to write comment.