Color Hex Logo

#5259ea Color Hex

#5259EA
(82,89,234)
0 Favorites   0 Comments

Color spaces of #5259ea

RGB 8289234
HSL0.660.780.62
HSV237°65°92°
CMYK 0.650.620.00   0.08
XYZ21.903314.879179.5594
Yxy14.87910.18830.1279
Hunter Lab38.573433.8548-95.2868
CIE-Lab45.468241.5957-74.1592

#5259ea color RGB value is (82,89,234).

#5259ea hex color red value is 82, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5259ea hue: 0.66 , saturation: 0.78 and the lightness value of 5259ea is 0.62.

The process color (four color CMYK) of #5259ea color hex is 0.65, 0.62, 0.00, 0.08. Web safe color of #5259ea is #6666ff. Color #5259ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011001 11101010
Octal 122 131 352
Decimal 82 89 234
Hex 52 59 EA

RGB Percentages of Color #5259ea

%20.25
%21.98
%57.78

CMYK Percentages of Color #5259ea

%65
%62
%0
%8

Triadic Colors of #5259ea

#5259ea #ea5259 #59ea52

Analogous Colors of #5259ea

#5259ea #9752ea #52a5ea

Monochromatic Colors of #5259ea

#5259ea

Complementary Color

#5259ea #eae352

#5259ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5259ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5259ea Color CSS Codes

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

#5259ea Text Font Color

<p style="color:#5259ea">Text here</p>

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


#5259ea Background Color

<div style="background-color:#5259ea">
Div content here</div>

This div background color is #5259ea


#5259ea Border Color

<div style="border:3px solid #5259ea">
Div here</div>

This div border color is #5259ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,89,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5259ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5259ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5259ea;
  box-shadow:         1px 1px 3px 2px #5259ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5259ea


Comments

No comments written yet.

Please login to write comment.