Color Hex Logo

#b3028a Color Hex

#B3028A
(179,2,138)
0 Favorites   0 Comments

Color spaces of #b3028a

RGB 1792138
HSL0.870.980.35
HSV314°99°70°
CMYK 0.000.990.23   0.30
XYZ23.199611.462125.0344
Yxy11.46210.38860.1920
Hunter Lab33.855763.0694-20.1426
CIE-Lab40.348169.5967-25.3724

#b3028a color RGB value is (179,2,138).

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

The process color (four color CMYK) of #b3028a color hex is 0.00, 0.99, 0.23, 0.30. Web safe color of #b3028a is #cc0099. Color #b3028a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000010 10001010
Octal 263 2 212
Decimal 179 2 138
Hex B3 2 8A

RGB Percentages of Color #b3028a

%56.11
%0.63
%43.26

CMYK Percentages of Color #b3028a

%0
%99
%23
%30

Triadic Colors of #b3028a

#b3028a #8ab302 #028ab3

Analogous Colors of #b3028a

#b3028a #b30231 #8402b3

Monochromatic Colors of #b3028a

#b3028a

Complementary Color

#b3028a #02b32b

#b3028a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3028a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3028a Color CSS Codes

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

#b3028a Text Font Color

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

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


#b3028a Background Color

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

This div background color is #b3028a


#b3028a Border Color

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

This div border color is #b3028a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3028a


Comments

No comments written yet.

Please login to write comment.