Color Hex Logo

#b83680 Color Hex

#B83680
(184,54,128)
0 Favorites   0 Comments

Color spaces of #b83680

RGB 18454128
HSL0.910.550.47
HSV326°71°72°
CMYK 0.000.710.30   0.28
XYZ24.982614.387221.8824
Yxy14.38720.40790.2349
Hunter Lab37.930551.1893-7.6536
CIE-Lab44.783258.2884-12.3512

#b83680 color RGB value is (184,54,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110110 10000000
Octal 270 66 200
Decimal 184 54 128
Hex B8 36 80

RGB Percentages of Color #b83680

%50.27
%14.75
%34.97

CMYK Percentages of Color #b83680

%0
%71
%30
%28

Triadic Colors of #b83680

#b83680 #80b836 #3680b8

Analogous Colors of #b83680

#b83680 #b8363f #af36b8

Monochromatic Colors of #b83680

#b83680

Complementary Color

#b83680 #36b86e

#b83680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83680 Color CSS Codes

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

#b83680 Text Font Color

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

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


#b83680 Background Color

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

This div background color is #b83680


#b83680 Border Color

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

This div border color is #b83680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83680


Comments

No comments written yet.

Please login to write comment.