Color Hex Logo

#b4024c Color Hex

#B4024C
(180,2,76)
0 Favorites   0 Comments

Color spaces of #b4024c

RGB 180276
HSL0.930.980.36
HSV335°99°71°
CMYK 0.000.990.58   0.29
XYZ20.148610.26857.7575
Yxy10.26850.52780.2690
Hunter Lab32.044556.15758.0779
CIE-Lab38.320163.991610.7433

#b4024c color RGB value is (180,2,76).

#b4024c hex color red value is 180, green value is 2 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b4024c hue: 0.93 , saturation: 0.98 and the lightness value of b4024c is 0.36.

The process color (four color CMYK) of #b4024c color hex is 0.00, 0.99, 0.58, 0.29. Web safe color of #b4024c is #cc0033. Color #b4024c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 01001100
Octal 264 2 114
Decimal 180 2 76
Hex B4 2 4C

RGB Percentages of Color #b4024c

%69.77
%0.78
%29.46

CMYK Percentages of Color #b4024c

%0
%99
%58
%29

Triadic Colors of #b4024c

#b4024c #4cb402 #024cb4

Analogous Colors of #b4024c

#b4024c #b41102 #b402a5

Monochromatic Colors of #b4024c

#b4024c

Complementary Color

#b4024c #02b46a

#b4024c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4024c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4024c Color CSS Codes

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

#b4024c Text Font Color

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

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


#b4024c Background Color

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

This div background color is #b4024c


#b4024c Border Color

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

This div border color is #b4024c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4024c


Comments

No comments written yet.

Please login to write comment.