Color Hex Logo

#554fe2 Color Hex

#554FE2
(85,79,226)
0 Favorites   0 Comments

Color spaces of #554fe2

RGB 8579226
HSL0.670.720.60
HSV242°65°89°
CMYK 0.620.650.00   0.11
XYZ20.269813.014273.3952
Yxy13.01420.19000.1220
Hunter Lab36.075237.1633-95.3732
CIE-Lab42.784645.3444-74.0080

#554fe2 color RGB value is (85,79,226).

#554fe2 hex color red value is 85, green value is 79 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #554fe2 hue: 0.67 , saturation: 0.72 and the lightness value of 554fe2 is 0.60.

The process color (four color CMYK) of #554fe2 color hex is 0.62, 0.65, 0.00, 0.11. Web safe color of #554fe2 is #6666cc. Color #554fe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001111 11100010
Octal 125 117 342
Decimal 85 79 226
Hex 55 4F E2

RGB Percentages of Color #554fe2

%21.79
%20.26
%57.95

CMYK Percentages of Color #554fe2

%62
%65
%0
%11

Triadic Colors of #554fe2

#554fe2 #e2554f #4fe255

Analogous Colors of #554fe2

#554fe2 #9f4fe2 #4f93e2

Monochromatic Colors of #554fe2

#554fe2

Complementary Color

#554fe2 #dce24f

#554fe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554fe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554fe2 Color CSS Codes

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

#554fe2 Text Font Color

<p style="color:#554fe2">Text here</p>

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


#554fe2 Background Color

<div style="background-color:#554fe2">
Div content here</div>

This div background color is #554fe2


#554fe2 Border Color

<div style="border:3px solid #554fe2">
Div here</div>

This div border color is #554fe2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,79,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554fe2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554fe2;
  -webkit-box-shadow: 1px 1px 3px 2px #554fe2;
  box-shadow:         1px 1px 3px 2px #554fe2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554fe2


Comments

No comments written yet.

Please login to write comment.