Color Hex Logo

#b4327e Color Hex

#B4327E
(180,50,126)
0 Favorites   0 Comments

Color spaces of #b4327e

RGB 18050126
HSL0.900.570.45
HSV325°72°71°
CMYK 0.000.720.30   0.29
XYZ23.728913.490921.0920
Yxy13.49090.40690.2314
Hunter Lab36.730051.0401-8.3360
CIE-Lab43.493858.3963-13.1465

#b4327e color RGB value is (180,50,126).

#b4327e hex color red value is 180, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b4327e hue: 0.90 , saturation: 0.57 and the lightness value of b4327e is 0.45.

The process color (four color CMYK) of #b4327e color hex is 0.00, 0.72, 0.30, 0.29. Web safe color of #b4327e is #cc3366. Color #b4327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110010 01111110
Octal 264 62 176
Decimal 180 50 126
Hex B4 32 7E

RGB Percentages of Color #b4327e

%50.56
%14.04
%35.39

CMYK Percentages of Color #b4327e

%0
%72
%30
%29

Triadic Colors of #b4327e

#b4327e #7eb432 #327eb4

Analogous Colors of #b4327e

#b4327e #b4323d #a932b4

Monochromatic Colors of #b4327e

#b4327e

Complementary Color

#b4327e #32b468

#b4327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4327e Color CSS Codes

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

#b4327e Text Font Color

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

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


#b4327e Background Color

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

This div background color is #b4327e


#b4327e Border Color

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

This div border color is #b4327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4327e


Comments

No comments written yet.

Please login to write comment.