Color Hex Logo

#5461da Color Hex

#5461DA
(84,97,218)
0 Favorites   0 Comments

Color spaces of #5461da

RGB 8497218
HSL0.650.640.59
HSV234°61°85°
CMYK 0.610.560.00   0.15
XYZ20.585715.496268.2357
Yxy15.49620.19730.1485
Hunter Lab39.365224.4559-75.2177
CIE-Lab46.306531.7080-63.7265

#5461da color RGB value is (84,97,218).

#5461da hex color red value is 84, green value is 97 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5461da hue: 0.65 , saturation: 0.64 and the lightness value of 5461da is 0.59.

The process color (four color CMYK) of #5461da color hex is 0.61, 0.56, 0.00, 0.15. Web safe color of #5461da is #6666cc. Color #5461da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100001 11011010
Octal 124 141 332
Decimal 84 97 218
Hex 54 61 DA

RGB Percentages of Color #5461da

%21.05
%24.31
%54.64

CMYK Percentages of Color #5461da

%61
%56
%0
%15

Triadic Colors of #5461da

#5461da #da5461 #61da54

Analogous Colors of #5461da

#5461da #8a54da #54a4da

Monochromatic Colors of #5461da

#5461da

Complementary Color

#5461da #dacd54

#5461da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5461da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5461da Color CSS Codes

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

#5461da Text Font Color

<p style="color:#5461da">Text here</p>

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


#5461da Background Color

<div style="background-color:#5461da">
Div content here</div>

This div background color is #5461da


#5461da Border Color

<div style="border:3px solid #5461da">
Div here</div>

This div border color is #5461da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,97,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5461da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5461da;
  -webkit-box-shadow: 1px 1px 3px 2px #5461da;
  box-shadow:         1px 1px 3px 2px #5461da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5461da


Comments

No comments written yet.

Please login to write comment.