Color Hex Logo

#5469ce Color Hex

#5469CE
(84,105,206)
0 Favorites   0 Comments

Color spaces of #5469ce

RGB 84105206
HSL0.640.550.57
HSV230°59°81°
CMYK 0.590.490.00   0.19
XYZ19.848316.444260.5204
Yxy16.44420.20500.1699
Hunter Lab40.551416.4035-60.1005
CIE-Lab47.552022.7105-54.8688

#5469ce color RGB value is (84,105,206).

#5469ce hex color red value is 84, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5469ce hue: 0.64 , saturation: 0.55 and the lightness value of 5469ce is 0.57.

The process color (four color CMYK) of #5469ce color hex is 0.59, 0.49, 0.00, 0.19. Web safe color of #5469ce is #6666cc. Color #5469ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101001 11001110
Octal 124 151 316
Decimal 84 105 206
Hex 54 69 CE

RGB Percentages of Color #5469ce

%21.27
%26.58
%52.15

CMYK Percentages of Color #5469ce

%59
%49
%0
%19

Triadic Colors of #5469ce

#5469ce #ce5469 #69ce54

Analogous Colors of #5469ce

#5469ce #7c54ce #54a6ce

Monochromatic Colors of #5469ce

#5469ce

Complementary Color

#5469ce #ceb954

#5469ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5469ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5469ce Color CSS Codes

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

#5469ce Text Font Color

<p style="color:#5469ce">Text here</p>

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


#5469ce Background Color

<div style="background-color:#5469ce">
Div content here</div>

This div background color is #5469ce


#5469ce Border Color

<div style="border:3px solid #5469ce">
Div here</div>

This div border color is #5469ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,105,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5469ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5469ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5469ce;
  box-shadow:         1px 1px 3px 2px #5469ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5469ce


Comments

No comments written yet.

Please login to write comment.