Color Hex Logo

#b7235e Color Hex

#B7235E
(183,35,94)
0 Favorites   0 Comments

Color spaces of #b7235e

RGB 1833594
HSL0.930.680.43
HSV336°81°72°
CMYK 0.000.810.49   0.28
XYZ22.149912.077511.7534
Yxy12.07750.48170.2627
Hunter Lab34.752752.95114.2749
CIE-Lab41.339060.53983.6324

#b7235e color RGB value is (183,35,94).

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

The process color (four color CMYK) of #b7235e color hex is 0.00, 0.81, 0.49, 0.28. Web safe color of #b7235e is #cc3366. Color #b7235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100011 01011110
Octal 267 43 136
Decimal 183 35 94
Hex B7 23 5E

RGB Percentages of Color #b7235e

%58.65
%11.22
%30.13

CMYK Percentages of Color #b7235e

%0
%81
%49
%28

Triadic Colors of #b7235e

#b7235e #5eb723 #235eb7

Analogous Colors of #b7235e

#b7235e #b73223 #b723a8

Monochromatic Colors of #b7235e

#b7235e

Complementary Color

#b7235e #23b77c

#b7235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7235e Color CSS Codes

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

#b7235e Text Font Color

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

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


#b7235e Background Color

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

This div background color is #b7235e


#b7235e Border Color

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

This div border color is #b7235e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b7235e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7235e


Comments

No comments written yet.

Please login to write comment.