Color Hex Logo

#b55388 Color Hex

#B55388
(181,83,136)
0 Favorites   0 Comments

Color spaces of #b55388

RGB 18183136
HSL0.910.400.52
HSV328°54°71°
CMYK 0.000.540.25   0.29
XYZ26.593217.787825.3243
Yxy17.78780.38150.2552
Hunter Lab42.175638.7433-6.0777
CIE-Lab49.237745.8278-10.5167

#b55388 color RGB value is (181,83,136).

#b55388 hex color red value is 181, green value is 83 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b55388 hue: 0.91 , saturation: 0.40 and the lightness value of b55388 is 0.52.

The process color (four color CMYK) of #b55388 color hex is 0.00, 0.54, 0.25, 0.29. Web safe color of #b55388 is #cc6699. Color #b55388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 10001000
Octal 265 123 210
Decimal 181 83 136
Hex B5 53 88

RGB Percentages of Color #b55388

%45.25
%20.75
%34.00

CMYK Percentages of Color #b55388

%0
%54
%25
%29

Triadic Colors of #b55388

#b55388 #88b553 #5388b5

Analogous Colors of #b55388

#b55388 #b55357 #b153b5

Monochromatic Colors of #b55388

#b55388

Complementary Color

#b55388 #53b580

#b55388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55388 Color CSS Codes

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

#b55388 Text Font Color

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

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


#b55388 Background Color

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

This div background color is #b55388


#b55388 Border Color

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

This div border color is #b55388


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,83,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55388; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55388;
  -webkit-box-shadow: 1px 1px 3px 2px #b55388;
  box-shadow:         1px 1px 3px 2px #b55388; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,83,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55388


Comments

No comments written yet.

Please login to write comment.