Color Hex Logo

#55257b Color Hex

#55257B
(85,37,123)
0 Favorites   0 Comments

Color spaces of #55257b

RGB 8537123
HSL0.760.540.31
HSV273°70°48°
CMYK 0.310.700.00   0.52
XYZ7.98304.684519.2223
Yxy4.68450.25030.1469
Hunter Lab21.643727.9609-37.5063
CIE-Lab25.816338.7246-40.0992

#55257b color RGB value is (85,37,123).

#55257b hex color red value is 85, green value is 37 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #55257b hue: 0.76 , saturation: 0.54 and the lightness value of 55257b is 0.31.

The process color (four color CMYK) of #55257b color hex is 0.31, 0.70, 0.00, 0.52. Web safe color of #55257b is #663366. Color #55257b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 01111011
Octal 125 45 173
Decimal 85 37 123
Hex 55 25 7B

RGB Percentages of Color #55257b

%34.69
%15.10
%50.20

CMYK Percentages of Color #55257b

%31
%70
%0
%52

Triadic Colors of #55257b

#55257b #7b5525 #257b55

Analogous Colors of #55257b

#55257b #7b2576 #2a257b

Monochromatic Colors of #55257b

#55257b

Complementary Color

#55257b #4b7b25

#55257b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55257b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55257b Color CSS Codes

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

#55257b Text Font Color

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

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


#55257b Background Color

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

This div background color is #55257b


#55257b Border Color

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

This div border color is #55257b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,37,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55257b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55257b;
  -webkit-box-shadow: 1px 1px 3px 2px #55257b;
  box-shadow:         1px 1px 3px 2px #55257b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55257b


Comments

No comments written yet.

Please login to write comment.