Color Hex Logo

#5279ec Color Hex

#5279EC
(82,121,236)
0 Favorites   0 Comments

Color spaces of #5279ec

RGB 82121236
HSL0.620.800.62
HSV225°65°93°
CMYK 0.650.490.00   0.07
XYZ25.457421.524782.1698
Yxy21.52470.19710.1667
Hunter Lab46.394716.7546-72.5324
CIE-Lab53.519022.6502-62.2273

#5279ec color RGB value is (82,121,236).

#5279ec hex color red value is 82, green value is 121 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5279ec hue: 0.62 , saturation: 0.80 and the lightness value of 5279ec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111001 11101100
Octal 122 171 354
Decimal 82 121 236
Hex 52 79 EC

RGB Percentages of Color #5279ec

%18.68
%27.56
%53.76

CMYK Percentages of Color #5279ec

%65
%49
%0
%7

Triadic Colors of #5279ec

#5279ec #ec5279 #79ec52

Analogous Colors of #5279ec

#5279ec #7852ec #52c6ec

Monochromatic Colors of #5279ec

#5279ec

Complementary Color

#5279ec #ecc552

#5279ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5279ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5279ec Color CSS Codes

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

#5279ec Text Font Color

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

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


#5279ec Background Color

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

This div background color is #5279ec


#5279ec Border Color

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

This div border color is #5279ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5279ec


Comments

No comments written yet.

Please login to write comment.