Color Hex Logo

#b2276d Color Hex

#B2276D
(178,39,109)
0 Favorites   0 Comments

Color spaces of #b2276d

RGB 17839109
HSL0.920.640.43
HSV330°78°70°
CMYK 0.000.780.39   0.30
XYZ21.845912.020115.6367
Yxy12.02010.44130.2428
Hunter Lab34.670051.8020-2.4717
CIE-Lab41.248059.5178-6.0314

#b2276d color RGB value is (178,39,109).

#b2276d hex color red value is 178, green value is 39 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2276d hue: 0.92 , saturation: 0.64 and the lightness value of b2276d is 0.43.

The process color (four color CMYK) of #b2276d color hex is 0.00, 0.78, 0.39, 0.30. Web safe color of #b2276d is #993366. Color #b2276d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100111 01101101
Octal 262 47 155
Decimal 178 39 109
Hex B2 27 6D

RGB Percentages of Color #b2276d

%54.60
%11.96
%33.44

CMYK Percentages of Color #b2276d

%0
%78
%39
%30

Triadic Colors of #b2276d

#b2276d #6db227 #276db2

Analogous Colors of #b2276d

#b2276d #b22727 #b227b2

Monochromatic Colors of #b2276d

#b2276d

Complementary Color

#b2276d #27b26c

#b2276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2276d Color CSS Codes

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

#b2276d Text Font Color

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

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


#b2276d Background Color

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

This div background color is #b2276d


#b2276d Border Color

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

This div border color is #b2276d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2276d


Comments

No comments written yet.

Please login to write comment.