Color Hex Logo

#052bbf Color Hex

#052BBF
(5,43,191)
0 Favorites   0 Comments

Color spaces of #052bbf

RGB 543191
HSL0.630.950.38
HSV228°97°75°
CMYK 0.970.770.00   0.25
XYZ10.33045.521649.8115
Yxy5.52160.15730.0841
Hunter Lab23.498137.3518-109.2349
CIE-Lab28.171948.2180-77.9476

#052bbf color RGB value is (5,43,191).

#052bbf hex color red value is 5, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #052bbf hue: 0.63 , saturation: 0.95 and the lightness value of 052bbf is 0.38.

The process color (four color CMYK) of #052bbf color hex is 0.97, 0.77, 0.00, 0.25. Web safe color of #052bbf is #0033cc. Color #052bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101011 10111111
Octal 5 53 277
Decimal 5 43 191
Hex 5 2B BF

RGB Percentages of Color #052bbf

%2.09
%17.99
%79.92

CMYK Percentages of Color #052bbf

%97
%77
%0
%25

Triadic Colors of #052bbf

#052bbf #bf052b #2bbf05

Analogous Colors of #052bbf

#052bbf #3c05bf #0588bf

Monochromatic Colors of #052bbf

#052bbf

Complementary Color

#052bbf #bf9905

#052bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#052bbf Color CSS Codes

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

#052bbf Text Font Color

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

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


#052bbf Background Color

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

This div background color is #052bbf


#052bbf Border Color

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

This div border color is #052bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,43,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #052bbf;
  box-shadow:         1px 1px 3px 2px #052bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052bbf


Comments

No comments written yet.

Please login to write comment.