Color Hex Logo

#5454ce Color Hex

#5454CE
(84,84,206)
0 Favorites   0 Comments

Color spaces of #5454ce

RGB 8484206
HSL0.670.550.57
HSV240°59°81°
CMYK 0.590.590.00   0.19
XYZ17.967112.681759.8934
Yxy12.68170.19840.1401
Hunter Lab35.611427.7392-74.7896
CIE-Lab42.279735.7513-63.3891

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010100 11001110
Octal 124 124 316
Decimal 84 84 206
Hex 54 54 CE

RGB Percentages of Color #5454ce

%22.46
%22.46
%55.08

CMYK Percentages of Color #5454ce

%59
%59
%0
%19

Triadic Colors of #5454ce

#5454ce #ce5454 #54ce54

Analogous Colors of #5454ce

#5454ce #9154ce #5491ce

Monochromatic Colors of #5454ce

#5454ce

Complementary Color

#5454ce #cece54

#5454ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5454ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5454ce Color CSS Codes

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

#5454ce Text Font Color

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

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


#5454ce Background Color

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

This div background color is #5454ce


#5454ce Border Color

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

This div border color is #5454ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,84,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 #5454ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5454ce


Comments

No comments written yet.

Please login to write comment.