Color Hex Logo

#b8225f Color Hex

#B8225F
(184,34,95)
0 Favorites   0 Comments

Color spaces of #b8225f

RGB 1843495
HSL0.930.690.43
HSV336°82°72°
CMYK 0.000.820.48   0.28
XYZ22.404812.160611.9928
Yxy12.16060.48120.2612
Hunter Lab34.872153.65764.0201
CIE-Lab41.470261.15003.2164

#b8225f color RGB value is (184,34,95).

#b8225f hex color red value is 184, green value is 34 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b8225f hue: 0.93 , saturation: 0.69 and the lightness value of b8225f is 0.43.

The process color (four color CMYK) of #b8225f color hex is 0.00, 0.82, 0.48, 0.28. Web safe color of #b8225f is #cc3366. Color #b8225f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100010 01011111
Octal 270 42 137
Decimal 184 34 95
Hex B8 22 5F

RGB Percentages of Color #b8225f

%58.79
%10.86
%30.35

CMYK Percentages of Color #b8225f

%0
%82
%48
%28

Triadic Colors of #b8225f

#b8225f #5fb822 #225fb8

Analogous Colors of #b8225f

#b8225f #b83022 #b822aa

Monochromatic Colors of #b8225f

#b8225f

Complementary Color

#b8225f #22b87b

#b8225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8225f Color CSS Codes

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

#b8225f Text Font Color

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

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


#b8225f Background Color

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

This div background color is #b8225f


#b8225f Border Color

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

This div border color is #b8225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8225f


Comments

No comments written yet.

Please login to write comment.