Color Hex Logo

#b44565 Color Hex

#B44565
(180,69,101)
0 Favorites   0 Comments

Color spaces of #b44565

RGB 18069101
HSL0.950.450.49
HSV343°62°71°
CMYK 0.000.620.44   0.29
XYZ23.299514.899113.9597
Yxy14.89910.44670.2857
Hunter Lab38.599440.19805.5769
CIE-Lab45.495747.85685.1787

#b44565 color RGB value is (180,69,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 01100101
Octal 264 105 145
Decimal 180 69 101
Hex B4 45 65

RGB Percentages of Color #b44565

%51.43
%19.71
%28.86

CMYK Percentages of Color #b44565

%0
%62
%44
%29

Triadic Colors of #b44565

#b44565 #65b445 #4565b4

Analogous Colors of #b44565

#b44565 #b45d45 #b4459d

Monochromatic Colors of #b44565

#b44565

Complementary Color

#b44565 #45b494

#b44565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44565 Color CSS Codes

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

#b44565 Text Font Color

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

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


#b44565 Background Color

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

This div background color is #b44565


#b44565 Border Color

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

This div border color is #b44565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44565


Comments

No comments written yet.

Please login to write comment.