Color Hex Logo

#052ceb Color Hex

#052CEB
(5,44,235)
0 Favorites   0 Comments

Color spaces of #052ceb

RGB 544235
HSL0.640.960.47
HSV230°98°92°
CMYK 0.980.810.00   0.08
XYZ15.95877.831879.2678
Yxy7.83180.15490.0760
Hunter Lab27.985452.8156-148.3477
CIE-Lab33.630161.9166-94.3493

#052ceb color RGB value is (5,44,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101100 11101011
Octal 5 54 353
Decimal 5 44 235
Hex 5 2C EB

RGB Percentages of Color #052ceb

%1.76
%15.49
%82.75

CMYK Percentages of Color #052ceb

%98
%81
%0
%8

Triadic Colors of #052ceb

#052ceb #eb052c #2ceb05

Analogous Colors of #052ceb

#052ceb #5105eb #059feb

Monochromatic Colors of #052ceb

#052ceb

Complementary Color

#052ceb #ebc405

#052ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#052ceb Color CSS Codes

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

#052ceb Text Font Color

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

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


#052ceb Background Color

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

This div background color is #052ceb


#052ceb Border Color

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

This div border color is #052ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052ceb


Comments

No comments written yet.

Please login to write comment.