Color Hex Logo

#b83683 Color Hex

#B83683
(184,54,131)
0 Favorites   0 Comments

Color spaces of #b83683

RGB 18454131
HSL0.900.550.47
HSV324°71°72°
CMYK 0.000.710.29   0.28
XYZ25.183114.467422.9379
Yxy14.46740.40240.2312
Hunter Lab38.036051.6192-9.1300
CIE-Lab44.895958.6570-14.0109

#b83683 color RGB value is (184,54,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110110 10000011
Octal 270 66 203
Decimal 184 54 131
Hex B8 36 83

RGB Percentages of Color #b83683

%49.86
%14.63
%35.50

CMYK Percentages of Color #b83683

%0
%71
%29
%28

Triadic Colors of #b83683

#b83683 #83b836 #3683b8

Analogous Colors of #b83683

#b83683 #b83642 #ac36b8

Monochromatic Colors of #b83683

#b83683

Complementary Color

#b83683 #36b86b

#b83683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83683 Color CSS Codes

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

#b83683 Text Font Color

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

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


#b83683 Background Color

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

This div background color is #b83683


#b83683 Border Color

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

This div border color is #b83683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83683


Comments

No comments written yet.

Please login to write comment.