Color Hex Logo

#5439ee Color Hex

#5439EE
(84,57,238)
0 Favorites   0 Comments

Color spaces of #5439ee

RGB 8457238
HSL0.690.840.58
HSV249°76°93°
CMYK 0.650.760.00   0.07
XYZ20.551910.984181.9259
Yxy10.98410.18110.0968
Hunter Lab33.142352.6909-123.3621
CIE-Lab39.553760.6504-86.1252

#5439ee color RGB value is (84,57,238).

#5439ee hex color red value is 84, green value is 57 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5439ee hue: 0.69 , saturation: 0.84 and the lightness value of 5439ee is 0.58.

The process color (four color CMYK) of #5439ee color hex is 0.65, 0.76, 0.00, 0.07. Web safe color of #5439ee is #6633ff. Color #5439ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00111001 11101110
Octal 124 71 356
Decimal 84 57 238
Hex 54 39 EE

RGB Percentages of Color #5439ee

%22.16
%15.04
%62.80

CMYK Percentages of Color #5439ee

%65
%76
%0
%7

Triadic Colors of #5439ee

#5439ee #ee5439 #39ee54

Analogous Colors of #5439ee

#5439ee #af39ee #3979ee

Monochromatic Colors of #5439ee

#5439ee

Complementary Color

#5439ee #d3ee39

#5439ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5439ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5439ee Color CSS Codes

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

#5439ee Text Font Color

<p style="color:#5439ee">Text here</p>

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


#5439ee Background Color

<div style="background-color:#5439ee">
Div content here</div>

This div background color is #5439ee


#5439ee Border Color

<div style="border:3px solid #5439ee">
Div here</div>

This div border color is #5439ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,57,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5439ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5439ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5439ee;
  box-shadow:         1px 1px 3px 2px #5439ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,57,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5439ee


Comments

No comments written yet.

Please login to write comment.