Color Hex Logo

#b4347d Color Hex

#B4347D
(180,52,125)
0 Favorites   0 Comments

Color spaces of #b4347d

RGB 18052125
HSL0.900.550.45
HSV326°71°71°
CMYK 0.000.710.31   0.29
XYZ23.752113.639920.7829
Yxy13.63990.40830.2345
Hunter Lab36.932250.1667-7.5117
CIE-Lab43.712057.5582-12.2022

#b4347d color RGB value is (180,52,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 01111101
Octal 264 64 175
Decimal 180 52 125
Hex B4 34 7D

RGB Percentages of Color #b4347d

%50.42
%14.57
%35.01

CMYK Percentages of Color #b4347d

%0
%71
%31
%29

Triadic Colors of #b4347d

#b4347d #7db434 #347db4

Analogous Colors of #b4347d

#b4347d #b4343d #ab34b4

Monochromatic Colors of #b4347d

#b4347d

Complementary Color

#b4347d #34b46b

#b4347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4347d Color CSS Codes

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

#b4347d Text Font Color

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

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


#b4347d Background Color

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

This div background color is #b4347d


#b4347d Border Color

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

This div border color is #b4347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4347d


Comments

No comments written yet.

Please login to write comment.