Color Hex Logo

#b2318a Color Hex

#B2318A
(178,49,138)
0 Favorites   0 Comments

Color spaces of #b2318a

RGB 17849138
HSL0.890.570.45
HSV319°72°70°
CMYK 0.000.720.22   0.30
XYZ24.045913.496625.3825
Yxy13.49660.38210.2145
Hunter Lab36.737752.5424-15.2477
CIE-Lab43.502259.7560-20.4997

#b2318a color RGB value is (178,49,138).

#b2318a hex color red value is 178, green value is 49 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b2318a hue: 0.89 , saturation: 0.57 and the lightness value of b2318a is 0.45.

The process color (four color CMYK) of #b2318a color hex is 0.00, 0.72, 0.22, 0.30. Web safe color of #b2318a is #993399. Color #b2318a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 10001010
Octal 262 61 212
Decimal 178 49 138
Hex B2 31 8A

RGB Percentages of Color #b2318a

%48.77
%13.42
%37.81

CMYK Percentages of Color #b2318a

%0
%72
%22
%30

Triadic Colors of #b2318a

#b2318a #8ab231 #318ab2

Analogous Colors of #b2318a

#b2318a #b23149 #9a31b2

Monochromatic Colors of #b2318a

#b2318a

Complementary Color

#b2318a #31b259

#b2318a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2318a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2318a Color CSS Codes

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

#b2318a Text Font Color

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

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


#b2318a Background Color

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

This div background color is #b2318a


#b2318a Border Color

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

This div border color is #b2318a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2318a


Comments

No comments written yet.

Please login to write comment.