color codes Logo

#0552eb color codes

#0552EB
(5,82,235)
0 Favorites   0 Comments

Color spaces of #0552eb

RGB 582235
HSL0.610.960.47
HSV220°98°92°
CMYK 0.980.650.00   0.08
XYZ18.075312.065079.9734
Yxy12.06500.16420.1096
Hunter Lab34.734732.1024-112.1954
CIE-Lab41.319240.4660-81.6244

#0552eb color RGB value is (5,82,235).

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

The process color (four color CMYK) of #0552eb color code is 0.98, 0.65, 0.00, 0.08. Web safe color of #0552eb is #0066ff. Color #0552eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 11101011
Octal 5 122 353
Decimal 5 82 235
Hex 5 52 EB

RGB Percentages of Color #0552eb

%1.55
%25.47
%72.98

CMYK Percentages of Color #0552eb

%98
%65
%0
%8

Triadic Colors of #0552eb

#0552eb #eb0552 #52eb05

Analogous Colors of #0552eb

#0552eb #2b05eb #05c5eb

Monochromatic Colors of #0552eb

#0552eb

Complementary Color

#0552eb #eb9e05

#0552eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0552eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0552eb Color CSS Codes

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

#0552eb Text Font Color

<p style="color:#0552eb">Text here</p>

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


#0552eb Background Color

<div style="background-color:#0552eb">
Div content here</div>

This div background color is #0552eb


#0552eb Border Color

<div style="border:3px solid #0552eb">
Div here</div>

This div border color is #0552eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0552eb


Comments

No comments written yet.

Please login to write comment.