Color Hex Logo

#b4397d Color Hex

#B4397D
(180,57,125)
0 Favorites   0 Comments

Color spaces of #b4397d

RGB 18057125
HSL0.910.520.46
HSV327°68°71°
CMYK 0.000.680.31   0.29
XYZ23.987214.110220.8613
Yxy14.11020.40680.2393
Hunter Lab37.563548.2497-6.6328
CIE-Lab44.390655.6692-11.1769

#b4397d color RGB value is (180,57,125).

#b4397d hex color red value is 180, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b4397d hue: 0.91 , saturation: 0.52 and the lightness value of b4397d is 0.46.

The process color (four color CMYK) of #b4397d color hex is 0.00, 0.68, 0.31, 0.29. Web safe color of #b4397d is #cc3366. Color #b4397d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 01111101
Octal 264 71 175
Decimal 180 57 125
Hex B4 39 7D

RGB Percentages of Color #b4397d

%49.72
%15.75
%34.53

CMYK Percentages of Color #b4397d

%0
%68
%31
%29

Triadic Colors of #b4397d

#b4397d #7db439 #397db4

Analogous Colors of #b4397d

#b4397d #b43940 #ae39b4

Monochromatic Colors of #b4397d

#b4397d

Complementary Color

#b4397d #39b470

#b4397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4397d Color CSS Codes

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

#b4397d Text Font Color

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

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


#b4397d Background Color

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

This div background color is #b4397d


#b4397d Border Color

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

This div border color is #b4397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4397d


Comments

No comments written yet.

Please login to write comment.