Color Hex Logo

#b3024d Color Hex

#B3024D
(179,2,77)
0 Favorites   0 Comments

Color spaces of #b3024d

RGB 179277
HSL0.930.980.35
HSV335°99°70°
CMYK 0.000.990.57   0.30
XYZ19.951710.16297.9313
Yxy10.16290.52440.2671
Hunter Lab31.879355.92577.5647
CIE-Lab38.133263.82279.8065

#b3024d color RGB value is (179,2,77).

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

The process color (four color CMYK) of #b3024d color hex is 0.00, 0.99, 0.57, 0.30. Web safe color of #b3024d is #cc0066. Color #b3024d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000010 01001101
Octal 263 2 115
Decimal 179 2 77
Hex B3 2 4D

RGB Percentages of Color #b3024d

%69.38
%0.78
%29.84

CMYK Percentages of Color #b3024d

%0
%99
%57
%30

Triadic Colors of #b3024d

#b3024d #4db302 #024db3

Analogous Colors of #b3024d

#b3024d #b31002 #b302a6

Monochromatic Colors of #b3024d

#b3024d

Complementary Color

#b3024d #02b368

#b3024d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3024d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3024d Color CSS Codes

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

#b3024d Text Font Color

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

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


#b3024d Background Color

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

This div background color is #b3024d


#b3024d Border Color

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

This div border color is #b3024d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3024d


Comments

No comments written yet.

Please login to write comment.