Color Hex Logo

#545edd Color Hex

#545EDD
(84,94,221)
0 Favorites   0 Comments

Color spaces of #545edd

RGB 8494221
HSL0.650.670.60
HSV236°62°87°
CMYK 0.620.570.00   0.13
XYZ20.710015.110770.2317
Yxy15.11070.19530.1425
Hunter Lab38.872527.0722-79.9097
CIE-Lab45.785434.5569-66.2776

#545edd color RGB value is (84,94,221).

#545edd hex color red value is 84, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #545edd hue: 0.65 , saturation: 0.67 and the lightness value of 545edd is 0.60.

The process color (four color CMYK) of #545edd color hex is 0.62, 0.57, 0.00, 0.13. Web safe color of #545edd is #6666cc. Color #545edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011110 11011101
Octal 124 136 335
Decimal 84 94 221
Hex 54 5E DD

RGB Percentages of Color #545edd

%21.05
%23.56
%55.39

CMYK Percentages of Color #545edd

%62
%57
%0
%13

Triadic Colors of #545edd

#545edd #dd545e #5edd54

Analogous Colors of #545edd

#545edd #8f54dd #54a3dd

Monochromatic Colors of #545edd

#545edd

Complementary Color

#545edd #ddd354

#545edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#545edd Color CSS Codes

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

#545edd Text Font Color

<p style="color:#545edd">Text here</p>

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


#545edd Background Color

<div style="background-color:#545edd">
Div content here</div>

This div background color is #545edd


#545edd Border Color

<div style="border:3px solid #545edd">
Div here</div>

This div border color is #545edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,94,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #545edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #545edd;
  -webkit-box-shadow: 1px 1px 3px 2px #545edd;
  box-shadow:         1px 1px 3px 2px #545edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545edd


Comments

No comments written yet.

Please login to write comment.