Color Hex Logo

#5554ef Color Hex

#5554EF
(85,84,239)
0 Favorites   0 Comments

Color spaces of #5554ef

RGB 8584239
HSL0.670.830.63
HSV240°65°94°
CMYK 0.640.650.00   0.06
XYZ22.496614.503983.2752
Yxy14.50390.18700.1206
Hunter Lab38.084038.7948-102.9859
CIE-Lab44.947146.5849-77.8195

#5554ef color RGB value is (85,84,239).

#5554ef hex color red value is 85, green value is 84 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5554ef hue: 0.67 , saturation: 0.83 and the lightness value of 5554ef is 0.63.

The process color (four color CMYK) of #5554ef color hex is 0.64, 0.65, 0.00, 0.06. Web safe color of #5554ef is #6666ff. Color #5554ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 11101111
Octal 125 124 357
Decimal 85 84 239
Hex 55 54 EF

RGB Percentages of Color #5554ef

%20.83
%20.59
%58.58

CMYK Percentages of Color #5554ef

%64
%65
%0
%6

Triadic Colors of #5554ef

#5554ef #ef5554 #54ef55

Analogous Colors of #5554ef

#5554ef #a354ef #54a1ef

Monochromatic Colors of #5554ef

#5554ef

Complementary Color

#5554ef #eeef54

#5554ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5554ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5554ef Color CSS Codes

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

#5554ef Text Font Color

<p style="color:#5554ef">Text here</p>

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


#5554ef Background Color

<div style="background-color:#5554ef">
Div content here</div>

This div background color is #5554ef


#5554ef Border Color

<div style="border:3px solid #5554ef">
Div here</div>

This div border color is #5554ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,84,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5554ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5554ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5554ef;
  box-shadow:         1px 1px 3px 2px #5554ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5554ef


Comments

No comments written yet.

Please login to write comment.