Color Hex Logo

#052087 Color Hex

#052087
(5,32,135)
0 Favorites   0 Comments

Color spaces of #052087

RGB 532135
HSL0.630.930.27
HSV228°96°53°
CMYK 0.960.760.00   0.47
XYZ4.95232.814623.2039
Yxy2.81460.15990.0909
Hunter Lab16.776823.3317-70.2601
CIE-Lab19.285534.6566-58.6250

#052087 color RGB value is (5,32,135).

#052087 hex color red value is 5, green value is 32 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #052087 hue: 0.63 , saturation: 0.93 and the lightness value of 052087 is 0.27.

The process color (four color CMYK) of #052087 color hex is 0.96, 0.76, 0.00, 0.47. Web safe color of #052087 is #003399. Color #052087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 10000111
Octal 5 40 207
Decimal 5 32 135
Hex 5 20 87

RGB Percentages of Color #052087

%2.91
%18.60
%78.49

CMYK Percentages of Color #052087

%96
%76
%0
%47

Triadic Colors of #052087

#052087 #870520 #208705

Analogous Colors of #052087

#052087 #2b0587 #056187

Monochromatic Colors of #052087

#052087

Complementary Color

#052087 #876c05

#052087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052087 Color CSS Codes

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

#052087 Text Font Color

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

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


#052087 Background Color

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

This div background color is #052087


#052087 Border Color

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

This div border color is #052087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,32,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052087;
  -webkit-box-shadow: 1px 1px 3px 2px #052087;
  box-shadow:         1px 1px 3px 2px #052087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052087


Comments

No comments written yet.

Please login to write comment.