Color Hex Logo

#051beb Color Hex

#051BEB
(5,27,235)
0 Favorites   0 Comments

Color spaces of #051beb

RGB 527235
HSL0.650.960.47
HSV234°98°92°
CMYK 0.980.890.00   0.08
XYZ15.44996.814379.0983
Yxy6.81430.15240.0672
Hunter Lab26.104259.9637-161.3815
CIE-Lab31.380468.6505-98.0998

#051beb color RGB value is (5,27,235).

#051beb hex color red value is 5, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #051beb hue: 0.65 , saturation: 0.96 and the lightness value of 051beb is 0.47.

The process color (four color CMYK) of #051beb color hex is 0.98, 0.89, 0.00, 0.08. Web safe color of #051beb is #0033ff. Color #051beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011011 11101011
Octal 5 33 353
Decimal 5 27 235
Hex 5 1B EB

RGB Percentages of Color #051beb

%1.87
%10.11
%88.01

CMYK Percentages of Color #051beb

%98
%89
%0
%8

Triadic Colors of #051beb

#051beb #eb051b #1beb05

Analogous Colors of #051beb

#051beb #6205eb #058eeb

Monochromatic Colors of #051beb

#051beb

Complementary Color

#051beb #ebd505

#051beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#051beb Color CSS Codes

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

#051beb Text Font Color

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

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


#051beb Background Color

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

This div background color is #051beb


#051beb Border Color

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

This div border color is #051beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,27,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051beb;
  -webkit-box-shadow: 1px 1px 3px 2px #051beb;
  box-shadow:         1px 1px 3px 2px #051beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051beb


Comments

No comments written yet.

Please login to write comment.