Color Hex Logo

#554bcf Color Hex

#554BCF
(85,75,207)
0 Favorites   0 Comments

Color spaces of #554bcf

RGB 8575207
HSL0.680.580.55
HSV245°64°81°
CMYK 0.590.640.00   0.19
XYZ17.524911.468460.3215
Yxy11.46840.19620.1284
Hunter Lab33.865033.1086-81.9038
CIE-Lab40.358441.6588-67.0911

#554bcf color RGB value is (85,75,207).

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

The process color (four color CMYK) of #554bcf color hex is 0.59, 0.64, 0.00, 0.19. Web safe color of #554bcf is #6633cc. Color #554bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001011 11001111
Octal 125 113 317
Decimal 85 75 207
Hex 55 4B CF

RGB Percentages of Color #554bcf

%23.16
%20.44
%56.40

CMYK Percentages of Color #554bcf

%59
%64
%0
%19

Triadic Colors of #554bcf

#554bcf #cf554b #4bcf55

Analogous Colors of #554bcf

#554bcf #974bcf #4b83cf

Monochromatic Colors of #554bcf

#554bcf

Complementary Color

#554bcf #c5cf4b

#554bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#554bcf Color CSS Codes

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

#554bcf Text Font Color

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

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


#554bcf Background Color

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

This div background color is #554bcf


#554bcf Border Color

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

This div border color is #554bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554bcf


Comments

No comments written yet.

Please login to write comment.