Color Hex Logo

#b82281 Color Hex

#B82281
(184,34,129)
0 Favorites   0 Comments

Color spaces of #b82281

RGB 18434129
HSL0.890.690.43
HSV322°82°72°
CMYK 0.000.820.30   0.28
XYZ24.301612.919421.9817
Yxy12.91940.41050.2182
Hunter Lab35.943657.7834-11.0990
CIE-Lab42.641564.5825-16.2206

#b82281 color RGB value is (184,34,129).

#b82281 hex color red value is 184, green value is 34 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b82281 hue: 0.89 , saturation: 0.69 and the lightness value of b82281 is 0.43.

The process color (four color CMYK) of #b82281 color hex is 0.00, 0.82, 0.30, 0.28. Web safe color of #b82281 is #cc3399. Color #b82281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100010 10000001
Octal 270 42 201
Decimal 184 34 129
Hex B8 22 81

RGB Percentages of Color #b82281

%53.03
%9.80
%37.18

CMYK Percentages of Color #b82281

%0
%82
%30
%28

Triadic Colors of #b82281

#b82281 #81b822 #2281b8

Analogous Colors of #b82281

#b82281 #b82236 #a422b8

Monochromatic Colors of #b82281

#b82281

Complementary Color

#b82281 #22b859

#b82281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82281 Color CSS Codes

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

#b82281 Text Font Color

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

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


#b82281 Background Color

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

This div background color is #b82281


#b82281 Border Color

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

This div border color is #b82281


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,34,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b82281; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b82281;
  -webkit-box-shadow: 1px 1px 3px 2px #b82281;
  box-shadow:         1px 1px 3px 2px #b82281; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82281


Comments

No comments written yet.

Please login to write comment.