Color Hex Logo

#057ceb Color Hex

#057CEB
(5,124,235)
0 Favorites   0 Comments

Color spaces of #057ceb

RGB 5124235
HSL0.580.960.47
HSV209°98°92°
CMYK 0.980.470.00   0.08
XYZ22.265620.445781.3702
Yxy20.44570.17940.1648
Hunter Lab45.21698.7669-75.0436
CIE-Lab52.337413.6677-63.6720

#057ceb color RGB value is (5,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 11101011
Octal 5 174 353
Decimal 5 124 235
Hex 5 7C EB

RGB Percentages of Color #057ceb

%1.37
%34.07
%64.56

CMYK Percentages of Color #057ceb

%98
%47
%0
%8

Triadic Colors of #057ceb

#057ceb #eb057c #7ceb05

Analogous Colors of #057ceb

#057ceb #0509eb #05ebe7

Monochromatic Colors of #057ceb

#057ceb

Complementary Color

#057ceb #eb7405

#057ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#057ceb Color CSS Codes

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

#057ceb Text Font Color

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

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


#057ceb Background Color

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

This div background color is #057ceb


#057ceb Border Color

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

This div border color is #057ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,124,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 #057ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057ceb


Comments

No comments written yet.

Please login to write comment.