Color Hex Logo

#5469cf Color Hex

#5469CF
(84,105,207)
0 Favorites   0 Comments

Color spaces of #5469cf

RGB 84105207
HSL0.640.560.57
HSV230°59°81°
CMYK 0.590.490.00   0.19
XYZ19.970216.493061.1624
Yxy16.49300.20460.1689
Hunter Lab40.611616.7047-60.8646
CIE-Lab47.614823.0458-55.3400

#5469cf color RGB value is (84,105,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101001 11001111
Octal 124 151 317
Decimal 84 105 207
Hex 54 69 CF

RGB Percentages of Color #5469cf

%21.21
%26.52
%52.27

CMYK Percentages of Color #5469cf

%59
%49
%0
%19

Triadic Colors of #5469cf

#5469cf #cf5469 #69cf54

Analogous Colors of #5469cf

#5469cf #7d54cf #54a7cf

Monochromatic Colors of #5469cf

#5469cf

Complementary Color

#5469cf #cfba54

#5469cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5469cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5469cf Color CSS Codes

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

#5469cf Text Font Color

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

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


#5469cf Background Color

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

This div background color is #5469cf


#5469cf Border Color

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

This div border color is #5469cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5469cf


Comments

No comments written yet.

Please login to write comment.