Color Hex Logo

#b2309a Color Hex

#B2309A
(178,48,154)
0 Favorites   0 Comments

Color spaces of #b2309a

RGB 17848154
HSL0.860.580.44
HSV311°73°70°
CMYK 0.000.730.13   0.30
XYZ25.249813.912031.9263
Yxy13.91200.35520.1957
Hunter Lab37.298855.5645-24.6408
CIE-Lab44.106562.3431-29.2379

#b2309a color RGB value is (178,48,154).

#b2309a hex color red value is 178, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b2309a hue: 0.86 , saturation: 0.58 and the lightness value of b2309a is 0.44.

The process color (four color CMYK) of #b2309a color hex is 0.00, 0.73, 0.13, 0.30. Web safe color of #b2309a is #993399. Color #b2309a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 10011010
Octal 262 60 232
Decimal 178 48 154
Hex B2 30 9A

RGB Percentages of Color #b2309a

%46.84
%12.63
%40.53

CMYK Percentages of Color #b2309a

%0
%73
%13
%30

Triadic Colors of #b2309a

#b2309a #9ab230 #309ab2

Analogous Colors of #b2309a

#b2309a #b23059 #8930b2

Monochromatic Colors of #b2309a

#b2309a

Complementary Color

#b2309a #30b248

#b2309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2309a Color CSS Codes

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

#b2309a Text Font Color

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

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


#b2309a Background Color

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

This div background color is #b2309a


#b2309a Border Color

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

This div border color is #b2309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2309a


Comments

No comments written yet.

Please login to write comment.