Color Hex Logo

#b6235e Color Hex

#B6235E
(182,35,94)
0 Favorites   0 Comments

Color spaces of #b6235e

RGB 1823594
HSL0.930.680.43
HSV336°81°71°
CMYK 0.000.810.48   0.29
XYZ21.912811.955311.7423
Yxy11.95530.48040.2621
Hunter Lab34.576452.61554.0684
CIE-Lab41.145060.27433.3279

#b6235e color RGB value is (182,35,94).

#b6235e hex color red value is 182, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b6235e hue: 0.93 , saturation: 0.68 and the lightness value of b6235e is 0.43.

The process color (four color CMYK) of #b6235e color hex is 0.00, 0.81, 0.48, 0.29. Web safe color of #b6235e is #cc3366. Color #b6235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100011 01011110
Octal 266 43 136
Decimal 182 35 94
Hex B6 23 5E

RGB Percentages of Color #b6235e

%58.52
%11.25
%30.23

CMYK Percentages of Color #b6235e

%0
%81
%48
%29

Triadic Colors of #b6235e

#b6235e #5eb623 #235eb6

Analogous Colors of #b6235e

#b6235e #b63223 #b623a8

Monochromatic Colors of #b6235e

#b6235e

Complementary Color

#b6235e #23b67b

#b6235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6235e Color CSS Codes

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

#b6235e Text Font Color

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

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


#b6235e Background Color

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

This div background color is #b6235e


#b6235e Border Color

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

This div border color is #b6235e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,35,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6235e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6235e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6235e;
  box-shadow:         1px 1px 3px 2px #b6235e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,35,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6235e


Comments

No comments written yet.

Please login to write comment.