Color Hex Logo

#554bdf Color Hex

#554BDF
(85,75,223)
0 Favorites   0 Comments

Color spaces of #554bdf

RGB 8575223
HSL0.680.700.58
HSV244°66°87°
CMYK 0.620.660.00   0.13
XYZ19.581712.291271.1524
Yxy12.29120.19010.1193
Hunter Lab35.058838.3462-95.7888
CIE-Lab41.675246.7070-74.1160

#554bdf color RGB value is (85,75,223).

#554bdf hex color red value is 85, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #554bdf hue: 0.68 , saturation: 0.70 and the lightness value of 554bdf is 0.58.

The process color (four color CMYK) of #554bdf color hex is 0.62, 0.66, 0.00, 0.13. Web safe color of #554bdf is #6633cc. Color #554bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001011 11011111
Octal 125 113 337
Decimal 85 75 223
Hex 55 4B DF

RGB Percentages of Color #554bdf

%22.19
%19.58
%58.22

CMYK Percentages of Color #554bdf

%62
%66
%0
%13

Triadic Colors of #554bdf

#554bdf #df554b #4bdf55

Analogous Colors of #554bdf

#554bdf #9f4bdf #4b8bdf

Monochromatic Colors of #554bdf

#554bdf

Complementary Color

#554bdf #d5df4b

#554bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#554bdf Color CSS Codes

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

#554bdf Text Font Color

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

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


#554bdf Background Color

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

This div background color is #554bdf


#554bdf Border Color

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

This div border color is #554bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554bdf


Comments

No comments written yet.

Please login to write comment.