Color Hex Logo

#b4295d Color Hex

#B4295D
(180,41,93)
0 Favorites   0 Comments

Color spaces of #b4295d

RGB 1804193
HSL0.940.630.43
HSV338°77°71°
CMYK 0.000.770.48   0.29
XYZ21.591112.079511.5495
Yxy12.07950.47750.2671
Hunter Lab34.755650.06684.6265
CIE-Lab41.342257.91664.1918

#b4295d color RGB value is (180,41,93).

#b4295d hex color red value is 180, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b4295d hue: 0.94 , saturation: 0.63 and the lightness value of b4295d is 0.43.

The process color (four color CMYK) of #b4295d color hex is 0.00, 0.77, 0.48, 0.29. Web safe color of #b4295d is #cc3366. Color #b4295d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 01011101
Octal 264 51 135
Decimal 180 41 93
Hex B4 29 5D

RGB Percentages of Color #b4295d

%57.32
%13.06
%29.62

CMYK Percentages of Color #b4295d

%0
%77
%48
%29

Triadic Colors of #b4295d

#b4295d #5db429 #295db4

Analogous Colors of #b4295d

#b4295d #b43b29 #b429a3

Monochromatic Colors of #b4295d

#b4295d

Complementary Color

#b4295d #29b480

#b4295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4295d Color CSS Codes

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

#b4295d Text Font Color

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

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


#b4295d Background Color

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

This div background color is #b4295d


#b4295d Border Color

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

This div border color is #b4295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4295d


Comments

No comments written yet.

Please login to write comment.