Color Hex Logo

#554275 Color Hex

#554275
(85,66,117)
0 Favorites   0 Comments

Color spaces of #554275

RGB 8566117
HSL0.730.280.36
HSV262°44°46°
CMYK 0.270.440.00   0.54
XYZ8.90547.112117.7330
Yxy7.11210.26390.2107
Hunter Lab26.668512.9365-20.7564
CIE-Lab32.060819.9370-26.3571

#554275 color RGB value is (85,66,117).

#554275 hex color red value is 85, green value is 66 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #554275 hue: 0.73 , saturation: 0.28 and the lightness value of 554275 is 0.36.

The process color (four color CMYK) of #554275 color hex is 0.27, 0.44, 0.00, 0.54. Web safe color of #554275 is #663366. Color #554275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 01110101
Octal 125 102 165
Decimal 85 66 117
Hex 55 42 75

RGB Percentages of Color #554275

%31.72
%24.63
%43.66

CMYK Percentages of Color #554275

%27
%44
%0
%54

Triadic Colors of #554275

#554275 #755542 #427555

Analogous Colors of #554275

#554275 #6f4275 #424975

Monochromatic Colors of #554275

#554275

Complementary Color

#554275 #627542

#554275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554275 Color CSS Codes

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

#554275 Text Font Color

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

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


#554275 Background Color

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

This div background color is #554275


#554275 Border Color

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

This div border color is #554275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,66,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554275;
  -webkit-box-shadow: 1px 1px 3px 2px #554275;
  box-shadow:         1px 1px 3px 2px #554275; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554275


Comments

No comments written yet.

Please login to write comment.