Color Hex Logo

#b83281 Color Hex

#B83281
(184,50,129)
0 Favorites   0 Comments

Color spaces of #b83281

RGB 18450129
HSL0.900.570.46
HSV325°73°72°
CMYK 0.000.730.30   0.28
XYZ24.870214.056522.1713
Yxy14.05650.40710.2301
Hunter Lab37.492052.7964-8.8174
CIE-Lab44.313959.8303-13.6737

#b83281 color RGB value is (184,50,129).

#b83281 hex color red value is 184, green value is 50 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b83281 hue: 0.90 , saturation: 0.57 and the lightness value of b83281 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110010 10000001
Octal 270 62 201
Decimal 184 50 129
Hex B8 32 81

RGB Percentages of Color #b83281

%50.69
%13.77
%35.54

CMYK Percentages of Color #b83281

%0
%73
%30
%28

Triadic Colors of #b83281

#b83281 #81b832 #3281b8

Analogous Colors of #b83281

#b83281 #b8323e #ac32b8

Monochromatic Colors of #b83281

#b83281

Complementary Color

#b83281 #32b869

#b83281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83281 Color CSS Codes

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

#b83281 Text Font Color

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

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


#b83281 Background Color

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

This div background color is #b83281


#b83281 Border Color

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

This div border color is #b83281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83281


Comments

No comments written yet.

Please login to write comment.