Color Hex Logo

#554efd Color Hex

#554EFD
(85,78,253)
0 Favorites   0 Comments

Color spaces of #554efd

RGB 8578253
HSL0.670.980.65
HSV242°69°99°
CMYK 0.660.690.00   0.01
XYZ24.200314.471994.4464
Yxy14.47190.18180.1087
Hunter Lab38.042046.9790-120.5694
CIE-Lab44.902254.3966-85.7347

#554efd color RGB value is (85,78,253).

#554efd hex color red value is 85, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #554efd hue: 0.67 , saturation: 0.98 and the lightness value of 554efd is 0.65.

The process color (four color CMYK) of #554efd color hex is 0.66, 0.69, 0.00, 0.01. Web safe color of #554efd is #6666ff. Color #554efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 11111101
Octal 125 116 375
Decimal 85 78 253
Hex 55 4E FD

RGB Percentages of Color #554efd

%20.43
%18.75
%60.82

CMYK Percentages of Color #554efd

%66
%69
%0
%1

Triadic Colors of #554efd

#554efd #fd554e #4efd55

Analogous Colors of #554efd

#554efd #ad4efd #4e9ffd

Monochromatic Colors of #554efd

#554efd

Complementary Color

#554efd #f6fd4e

#554efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#554efd Color CSS Codes

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

#554efd Text Font Color

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

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


#554efd Background Color

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

This div background color is #554efd


#554efd Border Color

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

This div border color is #554efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554efd

Related Colors


Comments

No comments written yet.

Please login to write comment.