Color Hex Logo

#047beb Color Hex

#047BEB
(4,123,235)
0 Favorites   0 Comments

Color spaces of #047beb

RGB 4123235
HSL0.580.970.47
HSV209°98°92°
CMYK 0.980.480.00   0.08
XYZ22.128420.189981.3280
Yxy20.18990.17900.1633
Hunter Lab44.93329.2735-75.8603
CIE-Lab52.051214.2669-64.1341

#047beb color RGB value is (4,123,235).

#047beb hex color red value is 4, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #047beb hue: 0.58 , saturation: 0.97 and the lightness value of 047beb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111011 11101011
Octal 4 173 353
Decimal 4 123 235
Hex 4 7B EB

RGB Percentages of Color #047beb

%1.10
%33.98
%64.92

CMYK Percentages of Color #047beb

%98
%48
%0
%8

Triadic Colors of #047beb

#047beb #eb047b #7beb04

Analogous Colors of #047beb

#047beb #0408eb #04ebe8

Monochromatic Colors of #047beb

#047beb

Complementary Color

#047beb #eb7404

#047beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#047beb Color CSS Codes

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

#047beb Text Font Color

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

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


#047beb Background Color

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

This div background color is #047beb


#047beb Border Color

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

This div border color is #047beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,123,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 #047beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047beb


Comments

No comments written yet.

Please login to write comment.