Color Hex Logo

#b4458a Color Hex

#B4458A
(180,69,138)
0 Favorites   0 Comments

Color spaces of #b4458a

RGB 18069138
HSL0.900.450.49
HSV323°62°71°
CMYK 0.000.620.23   0.29
XYZ25.538015.794525.7474
Yxy15.79450.38070.2355
Hunter Lab39.742345.1533-10.5919
CIE-Lab46.703752.3663-15.5668

#b4458a color RGB value is (180,69,138).

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

The process color (four color CMYK) of #b4458a color hex is 0.00, 0.62, 0.23, 0.29. Web safe color of #b4458a is #cc3399. Color #b4458a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 10001010
Octal 264 105 212
Decimal 180 69 138
Hex B4 45 8A

RGB Percentages of Color #b4458a

%46.51
%17.83
%35.66

CMYK Percentages of Color #b4458a

%0
%62
%23
%29

Triadic Colors of #b4458a

#b4458a #8ab445 #458ab4

Analogous Colors of #b4458a

#b4458a #b44553 #a745b4

Monochromatic Colors of #b4458a

#b4458a

Complementary Color

#b4458a #45b46f

#b4458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4458a Color CSS Codes

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

#b4458a Text Font Color

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

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


#b4458a Background Color

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

This div background color is #b4458a


#b4458a Border Color

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

This div border color is #b4458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4458a


Comments

No comments written yet.

Please login to write comment.