Color Hex Logo

#b8356e Color Hex

#B8356E
(184,53,110)
0 Favorites   0 Comments

Color spaces of #b8356e

RGB 18453110
HSL0.930.550.46
HSV334°71°72°
CMYK 0.000.710.40   0.28
XYZ23.854713.862316.1703
Yxy13.86230.44270.2572
Hunter Lab37.232149.20920.3122
CIE-Lab44.034856.6197-2.4047

#b8356e color RGB value is (184,53,110).

#b8356e hex color red value is 184, green value is 53 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b8356e hue: 0.93 , saturation: 0.55 and the lightness value of b8356e is 0.46.

The process color (four color CMYK) of #b8356e color hex is 0.00, 0.71, 0.40, 0.28. Web safe color of #b8356e is #cc3366. Color #b8356e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 01101110
Octal 270 65 156
Decimal 184 53 110
Hex B8 35 6E

RGB Percentages of Color #b8356e

%53.03
%15.27
%31.70

CMYK Percentages of Color #b8356e

%0
%71
%40
%28

Triadic Colors of #b8356e

#b8356e #6eb835 #356eb8

Analogous Colors of #b8356e

#b8356e #b83e35 #b835b0

Monochromatic Colors of #b8356e

#b8356e

Complementary Color

#b8356e #35b87f

#b8356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8356e Color CSS Codes

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

#b8356e Text Font Color

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

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


#b8356e Background Color

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

This div background color is #b8356e


#b8356e Border Color

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

This div border color is #b8356e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8356e


Comments

No comments written yet.

Please login to write comment.