Color Hex Logo

#5466ed Color Hex

#5466ED
(84,102,237)
0 Favorites   0 Comments

Color spaces of #5466ed

RGB 84102237
HSL0.650.810.63
HSV233°65°93°
CMYK 0.650.570.00   0.07
XYZ23.693617.502082.2502
Yxy17.50200.19190.1418
Hunter Lab41.835427.8821-87.2819
CIE-Lab48.886434.9960-70.2740

#5466ed color RGB value is (84,102,237).

#5466ed hex color red value is 84, green value is 102 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5466ed hue: 0.65 , saturation: 0.81 and the lightness value of 5466ed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100110 11101101
Octal 124 146 355
Decimal 84 102 237
Hex 54 66 ED

RGB Percentages of Color #5466ed

%19.86
%24.11
%56.03

CMYK Percentages of Color #5466ed

%65
%57
%0
%7

Triadic Colors of #5466ed

#5466ed #ed5466 #66ed54

Analogous Colors of #5466ed

#5466ed #8f54ed #54b3ed

Monochromatic Colors of #5466ed

#5466ed

Complementary Color

#5466ed #eddb54

#5466ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5466ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5466ed Color CSS Codes

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

#5466ed Text Font Color

<p style="color:#5466ed">Text here</p>

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


#5466ed Background Color

<div style="background-color:#5466ed">
Div content here</div>

This div background color is #5466ed


#5466ed Border Color

<div style="border:3px solid #5466ed">
Div here</div>

This div border color is #5466ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,102,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5466ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5466ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5466ed;
  box-shadow:         1px 1px 3px 2px #5466ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5466ed


Comments

No comments written yet.

Please login to write comment.