Color Hex Logo

#b55a7d Color Hex

#B55A7D
(181,90,125)
0 Favorites   0 Comments

Color spaces of #b55a7d

RGB 18190125
HSL0.940.380.53
HSV337°50°71°
CMYK 0.000.500.31   0.29
XYZ26.413918.616821.6033
Yxy18.61680.39640.2794
Hunter Lab43.147233.76680.5172
CIE-Lab50.235840.7889-2.4499

#b55a7d color RGB value is (181,90,125).

#b55a7d hex color red value is 181, green value is 90 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b55a7d hue: 0.94 , saturation: 0.38 and the lightness value of b55a7d is 0.53.

The process color (four color CMYK) of #b55a7d color hex is 0.00, 0.50, 0.31, 0.29. Web safe color of #b55a7d is #cc6666. Color #b55a7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011010 01111101
Octal 265 132 175
Decimal 181 90 125
Hex B5 5A 7D

RGB Percentages of Color #b55a7d

%45.71
%22.73
%31.57

CMYK Percentages of Color #b55a7d

%0
%50
%31
%29

Triadic Colors of #b55a7d

#b55a7d #7db55a #5a7db5

Analogous Colors of #b55a7d

#b55a7d #b5655a #b55aab

Monochromatic Colors of #b55a7d

#b55a7d

Complementary Color

#b55a7d #5ab592

#b55a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55a7d Color CSS Codes

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

#b55a7d Text Font Color

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

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


#b55a7d Background Color

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

This div background color is #b55a7d


#b55a7d Border Color

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

This div border color is #b55a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55a7d


Comments

No comments written yet.

Please login to write comment.