Color Hex Logo

#b2215d Color Hex

#B2215D
(178,33,93)
0 Favorites   0 Comments

Color spaces of #b2215d

RGB 1783393
HSL0.930.690.41
HSV335°81°70°
CMYK 0.000.810.48   0.30
XYZ20.879711.343011.4449
Yxy11.34300.47820.2598
Hunter Lab33.679451.72313.4277
CIE-Lab40.152359.65742.4269

#b2215d color RGB value is (178,33,93).

#b2215d hex color red value is 178, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b2215d hue: 0.93 , saturation: 0.69 and the lightness value of b2215d is 0.41.

The process color (four color CMYK) of #b2215d color hex is 0.00, 0.81, 0.48, 0.30. Web safe color of #b2215d is #993366. Color #b2215d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 01011101
Octal 262 41 135
Decimal 178 33 93
Hex B2 21 5D

RGB Percentages of Color #b2215d

%58.55
%10.86
%30.59

CMYK Percentages of Color #b2215d

%0
%81
%48
%30

Triadic Colors of #b2215d

#b2215d #5db221 #215db2

Analogous Colors of #b2215d

#b2215d #b22e21 #b221a6

Monochromatic Colors of #b2215d

#b2215d

Complementary Color

#b2215d #21b276

#b2215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2215d Color CSS Codes

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

#b2215d Text Font Color

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

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


#b2215d Background Color

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

This div background color is #b2215d


#b2215d Border Color

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

This div border color is #b2215d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,33,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2215d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2215d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2215d;
  box-shadow:         1px 1px 3px 2px #b2215d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,33,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2215d


Comments

No comments written yet.

Please login to write comment.