Color Hex Logo

#b54975 Color Hex

#B54975
(181,73,117)
0 Favorites   0 Comments

Color spaces of #b54975

RGB 18173117
HSL0.930.430.50
HSV336°60°71°
CMYK 0.000.600.35   0.29
XYZ24.649515.873218.5943
Yxy15.87320.41700.2685
Hunter Lab39.841240.71480.2176
CIE-Lab46.807748.1322-2.6718

#b54975 color RGB value is (181,73,117).

#b54975 hex color red value is 181, green value is 73 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b54975 hue: 0.93 , saturation: 0.43 and the lightness value of b54975 is 0.50.

The process color (four color CMYK) of #b54975 color hex is 0.00, 0.60, 0.35, 0.29. Web safe color of #b54975 is #cc3366. Color #b54975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01110101
Octal 265 111 165
Decimal 181 73 117
Hex B5 49 75

RGB Percentages of Color #b54975

%48.79
%19.68
%31.54

CMYK Percentages of Color #b54975

%0
%60
%35
%29

Triadic Colors of #b54975

#b54975 #75b549 #4975b5

Analogous Colors of #b54975

#b54975 #b55349 #b549ab

Monochromatic Colors of #b54975

#b54975

Complementary Color

#b54975 #49b589

#b54975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54975 Color CSS Codes

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

#b54975 Text Font Color

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

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


#b54975 Background Color

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

This div background color is #b54975


#b54975 Border Color

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

This div border color is #b54975


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,73,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 #b54975">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54975


Comments

No comments written yet.

Please login to write comment.