Color Hex Logo

#55254b Color Hex

#55254B
(85,37,75)
0 Favorites   0 Comments

Color spaces of #55254b

RGB 853775
HSL0.870.390.24
HSV313°56°33°
CMYK 0.000.560.12   0.67
XYZ5.67793.76247.0836
Yxy3.76240.34360.2277
Hunter Lab19.396918.3063-8.0744
CIE-Lab22.869927.9153-13.4210

#55254b color RGB value is (85,37,75).

#55254b hex color red value is 85, green value is 37 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #55254b hue: 0.87 , saturation: 0.39 and the lightness value of 55254b is 0.24.

The process color (four color CMYK) of #55254b color hex is 0.00, 0.56, 0.12, 0.67. Web safe color of #55254b is #663333. Color #55254b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 01001011
Octal 125 45 113
Decimal 85 37 75
Hex 55 25 4B

RGB Percentages of Color #55254b

%43.15
%18.78
%38.07

CMYK Percentages of Color #55254b

%0
%56
%12
%67

Triadic Colors of #55254b

#55254b #4b5525 #254b55

Analogous Colors of #55254b

#55254b #552533 #472555

Monochromatic Colors of #55254b

#55254b

Complementary Color

#55254b #25552f

#55254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55254b Color CSS Codes

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

#55254b Text Font Color

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

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


#55254b Background Color

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

This div background color is #55254b


#55254b Border Color

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

This div border color is #55254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55254b


Comments

No comments written yet.

Please login to write comment.