Color Hex Logo

#554fdc Color Hex

#554FDC
(85,79,220)
0 Favorites   0 Comments

Color spaces of #554fdc

RGB 8579220
HSL0.670.670.59
HSV243°64°86°
CMYK 0.610.640.00   0.14
XYZ19.460612.690669.1340
Yxy12.69060.19210.1253
Hunter Lab35.623935.1692-90.1253
CIE-Lab42.293343.4329-71.3935

#554fdc color RGB value is (85,79,220).

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

The process color (four color CMYK) of #554fdc color hex is 0.61, 0.64, 0.00, 0.14. Web safe color of #554fdc is #6666cc. Color #554fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001111 11011100
Octal 125 117 334
Decimal 85 79 220
Hex 55 4F DC

RGB Percentages of Color #554fdc

%22.14
%20.57
%57.29

CMYK Percentages of Color #554fdc

%61
%64
%0
%14

Triadic Colors of #554fdc

#554fdc #dc554f #4fdc55

Analogous Colors of #554fdc

#554fdc #9c4fdc #4f90dc

Monochromatic Colors of #554fdc

#554fdc

Complementary Color

#554fdc #d6dc4f

#554fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#554fdc Color CSS Codes

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

#554fdc Text Font Color

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

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


#554fdc Background Color

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

This div background color is #554fdc


#554fdc Border Color

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

This div border color is #554fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554fdc


Comments

No comments written yet.

Please login to write comment.