Color Hex Logo

#b2318c Color Hex

#B2318C
(178,49,140)
0 Favorites   0 Comments

Color spaces of #b2318c

RGB 17849140
HSL0.880.570.45
HSV318°72°70°
CMYK 0.000.720.21   0.30
XYZ24.192013.555126.1523
Yxy13.55510.37860.2121
Hunter Lab36.817352.8592-16.3432
CIE-Lab43.588060.0251-21.5837

#b2318c color RGB value is (178,49,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 10001100
Octal 262 61 214
Decimal 178 49 140
Hex B2 31 8C

RGB Percentages of Color #b2318c

%48.50
%13.35
%38.15

CMYK Percentages of Color #b2318c

%0
%72
%21
%30

Triadic Colors of #b2318c

#b2318c #8cb231 #318cb2

Analogous Colors of #b2318c

#b2318c #b2314b #9831b2

Monochromatic Colors of #b2318c

#b2318c

Complementary Color

#b2318c #31b257

#b2318c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2318c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2318c Color CSS Codes

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

#b2318c Text Font Color

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

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


#b2318c Background Color

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

This div background color is #b2318c


#b2318c Border Color

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

This div border color is #b2318c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2318c


Comments

No comments written yet.

Please login to write comment.