Color Hex Logo

#b83884 Color Hex

#B83884
(184,56,132)
0 Favorites   0 Comments

Color spaces of #b83884

RGB 18456132
HSL0.900.530.47
HSV324°70°72°
CMYK 0.000.700.28   0.28
XYZ25.346214.684623.3283
Yxy14.68460.40000.2318
Hunter Lab38.320551.0038-9.2695
CIE-Lab45.199158.0418-14.1595

#b83884 color RGB value is (184,56,132).

#b83884 hex color red value is 184, green value is 56 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b83884 hue: 0.90 , saturation: 0.53 and the lightness value of b83884 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111000 10000100
Octal 270 70 204
Decimal 184 56 132
Hex B8 38 84

RGB Percentages of Color #b83884

%49.46
%15.05
%35.48

CMYK Percentages of Color #b83884

%0
%70
%28
%28

Triadic Colors of #b83884

#b83884 #84b838 #3884b8

Analogous Colors of #b83884

#b83884 #b83844 #ac38b8

Monochromatic Colors of #b83884

#b83884

Complementary Color

#b83884 #38b86c

#b83884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83884 Color CSS Codes

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

#b83884 Text Font Color

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

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


#b83884 Background Color

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

This div background color is #b83884


#b83884 Border Color

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

This div border color is #b83884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83884


Comments

No comments written yet.

Please login to write comment.