Color Hex Logo

#b54965 Color Hex

#B54965
(181,73,101)
0 Favorites   0 Comments

Color spaces of #b54965

RGB 18173101
HSL0.960.430.50
HSV344°60°71°
CMYK 0.000.600.44   0.29
XYZ23.787615.528414.0555
Yxy15.52840.44570.2909
Hunter Lab39.406138.79146.4365
CIE-Lab46.349646.34626.4208

#b54965 color RGB value is (181,73,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01100101
Octal 265 111 145
Decimal 181 73 101
Hex B5 49 65

RGB Percentages of Color #b54965

%50.99
%20.56
%28.45

CMYK Percentages of Color #b54965

%0
%60
%44
%29

Triadic Colors of #b54965

#b54965 #65b549 #4965b5

Analogous Colors of #b54965

#b54965 #b56349 #b5499b

Monochromatic Colors of #b54965

#b54965

Complementary Color

#b54965 #49b599

#b54965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54965 Color CSS Codes

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

#b54965 Text Font Color

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

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


#b54965 Background Color

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

This div background color is #b54965


#b54965 Border Color

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

This div border color is #b54965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54965


Comments

No comments written yet.

Please login to write comment.