Color Hex Logo

#b44265 Color Hex

#B44265
(180,66,101)
0 Favorites   0 Comments

Color spaces of #b44265

RGB 18066101
HSL0.950.460.48
HSV342°63°71°
CMYK 0.000.630.44   0.29
XYZ23.119614.539313.8998
Yxy14.53930.44840.2820
Hunter Lab38.130441.50155.0781
CIE-Lab44.996649.20044.4627

#b44265 color RGB value is (180,66,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000010 01100101
Octal 264 102 145
Decimal 180 66 101
Hex B4 42 65

RGB Percentages of Color #b44265

%51.87
%19.02
%29.11

CMYK Percentages of Color #b44265

%0
%63
%44
%29

Triadic Colors of #b44265

#b44265 #65b442 #4265b4

Analogous Colors of #b44265

#b44265 #b45842 #b4429e

Monochromatic Colors of #b44265

#b44265

Complementary Color

#b44265 #42b491

#b44265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44265 Color CSS Codes

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

#b44265 Text Font Color

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

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


#b44265 Background Color

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

This div background color is #b44265


#b44265 Border Color

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

This div border color is #b44265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44265


Comments

No comments written yet.

Please login to write comment.