Color Hex Logo

#b54465 Color Hex

#B54465
(181,68,101)
0 Favorites   0 Comments

Color spaces of #b54465

RGB 18168101
HSL0.950.450.49
HSV342°62°71°
CMYK 0.000.620.44   0.29
XYZ23.472114.897613.9503
Yxy14.89760.44860.2847
Hunter Lab38.597441.00515.5889
CIE-Lab45.493648.63655.1978

#b54465 color RGB value is (181,68,101).

#b54465 hex color red value is 181, green value is 68 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b54465 hue: 0.95 , saturation: 0.45 and the lightness value of b54465 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000100 01100101
Octal 265 104 145
Decimal 181 68 101
Hex B5 44 65

RGB Percentages of Color #b54465

%51.71
%19.43
%28.86

CMYK Percentages of Color #b54465

%0
%62
%44
%29

Triadic Colors of #b54465

#b54465 #65b544 #4465b5

Analogous Colors of #b54465

#b54465 #b55c44 #b5449e

Monochromatic Colors of #b54465

#b54465

Complementary Color

#b54465 #44b594

#b54465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54465 Color CSS Codes

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

#b54465 Text Font Color

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

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


#b54465 Background Color

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

This div background color is #b54465


#b54465 Border Color

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

This div border color is #b54465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54465


Comments

No comments written yet.

Please login to write comment.