Color Hex Logo

#0552ec Color Hex

#0552EC
(5,82,236)
0 Favorites   0 Comments

Color spaces of #0552ec

RGB 582236
HSL0.610.960.47
HSV220°98°93°
CMYK 0.980.650.00   0.07
XYZ18.220212.123080.7365
Yxy12.12300.16400.1091
Hunter Lab34.818132.4768-113.1095
CIE-Lab41.410940.8370-82.0384

#0552ec color RGB value is (5,82,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 11101100
Octal 5 122 354
Decimal 5 82 236
Hex 5 52 EC

RGB Percentages of Color #0552ec

%1.55
%25.39
%73.07

CMYK Percentages of Color #0552ec

%98
%65
%0
%7

Triadic Colors of #0552ec

#0552ec #ec0552 #52ec05

Analogous Colors of #0552ec

#0552ec #2b05ec #05c6ec

Monochromatic Colors of #0552ec

#0552ec

Complementary Color

#0552ec #ec9f05

#0552ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0552ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0552ec Color CSS Codes

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

#0552ec Text Font Color

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

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


#0552ec Background Color

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

This div background color is #0552ec


#0552ec Border Color

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

This div border color is #0552ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0552ec


Comments

No comments written yet.

Please login to write comment.