Color Hex Logo

#05838f Color Hex

#05838F
(5,131,143)
0 Favorites   0 Comments

Color spaces of #05838f

RGB 5131143
HSL0.510.930.29
HSV185°97°56°
CMYK 0.970.080.00   0.44
XYZ13.136818.248028.8164
Yxy18.24800.21820.3031
Hunter Lab42.7177-19.8625-10.0933
CIE-Lab49.7955-25.0857-14.9668

#05838f color RGB value is (5,131,143).

#05838f hex color red value is 5, green value is 131 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #05838f hue: 0.51 , saturation: 0.93 and the lightness value of 05838f is 0.29.

The process color (four color CMYK) of #05838f color hex is 0.97, 0.08, 0.00, 0.44. Web safe color of #05838f is #009999. Color #05838f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000011 10001111
Octal 5 203 217
Decimal 5 131 143
Hex 5 83 8F

RGB Percentages of Color #05838f

%1.79
%46.95
%51.25

CMYK Percentages of Color #05838f

%97
%8
%0
%44

Triadic Colors of #05838f

#05838f #8f0583 #838f05

Analogous Colors of #05838f

#05838f #053e8f #058f56

Monochromatic Colors of #05838f

#05838f

Complementary Color

#05838f #8f1105

#05838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05838f Color CSS Codes

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

#05838f Text Font Color

<p style="color:#05838f">Text here</p>

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


#05838f Background Color

<div style="background-color:#05838f">
Div content here</div>

This div background color is #05838f


#05838f Border Color

<div style="border:3px solid #05838f">
Div here</div>

This div border color is #05838f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,131,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05838f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05838f;
  -webkit-box-shadow: 1px 1px 3px 2px #05838f;
  box-shadow:         1px 1px 3px 2px #05838f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,131,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05838f


Comments

No comments written yet.

Please login to write comment.