Color Hex Logo

#b8256a Color Hex

#B8256A
(184,37,106)
0 Favorites   0 Comments

Color spaces of #b8256a

RGB 18437106
HSL0.920.670.43
HSV332°80°72°
CMYK 0.000.800.42   0.28
XYZ23.030312.554114.8450
Yxy12.55410.45670.2489
Hunter Lab35.431854.0177-0.0388
CIE-Lab42.083661.3544-2.7926

#b8256a color RGB value is (184,37,106).

#b8256a hex color red value is 184, green value is 37 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b8256a hue: 0.92 , saturation: 0.67 and the lightness value of b8256a is 0.43.

The process color (four color CMYK) of #b8256a color hex is 0.00, 0.80, 0.42, 0.28. Web safe color of #b8256a is #cc3366. Color #b8256a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 01101010
Octal 270 45 152
Decimal 184 37 106
Hex B8 25 6A

RGB Percentages of Color #b8256a

%56.27
%11.31
%32.42

CMYK Percentages of Color #b8256a

%0
%80
%42
%28

Triadic Colors of #b8256a

#b8256a #6ab825 #256ab8

Analogous Colors of #b8256a

#b8256a #b82a25 #b825b4

Monochromatic Colors of #b8256a

#b8256a

Complementary Color

#b8256a #25b873

#b8256a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8256a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8256a Color CSS Codes

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

#b8256a Text Font Color

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

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


#b8256a Background Color

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

This div background color is #b8256a


#b8256a Border Color

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

This div border color is #b8256a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8256a


Comments

No comments written yet.

Please login to write comment.