Color Hex Logo

#b44974 Color Hex

#B44974
(180,73,116)
0 Favorites   0 Comments

Color spaces of #b44974

RGB 18073116
HSL0.930.420.50
HSV336°59°71°
CMYK 0.000.590.36   0.29
XYZ24.357315.729318.2753
Yxy15.72930.41730.2695
Hunter Lab39.660240.22050.4415
CIE-Lab46.617347.6878-2.3618

#b44974 color RGB value is (180,73,116).

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

The process color (four color CMYK) of #b44974 color hex is 0.00, 0.59, 0.36, 0.29. Web safe color of #b44974 is #cc3366. Color #b44974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 01110100
Octal 264 111 164
Decimal 180 73 116
Hex B4 49 74

RGB Percentages of Color #b44974

%48.78
%19.78
%31.44

CMYK Percentages of Color #b44974

%0
%59
%36
%29

Triadic Colors of #b44974

#b44974 #74b449 #4974b4

Analogous Colors of #b44974

#b44974 #b45449 #b449aa

Monochromatic Colors of #b44974

#b44974

Complementary Color

#b44974 #49b489

#b44974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44974 Color CSS Codes

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

#b44974 Text Font Color

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

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


#b44974 Background Color

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

This div background color is #b44974


#b44974 Border Color

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

This div border color is #b44974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44974


Comments

No comments written yet.

Please login to write comment.