Color Hex Logo

#b2309c Color Hex

#B2309C
(178,48,156)
0 Favorites   0 Comments

Color spaces of #b2309c

RGB 17848156
HSL0.860.580.44
HSV310°73°70°
CMYK 0.000.730.12   0.30
XYZ25.417813.979232.8111
Yxy13.97920.35200.1936
Hunter Lab37.388855.9183-25.8587
CIE-Lab44.203162.6379-30.2876

#b2309c color RGB value is (178,48,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 10011100
Octal 262 60 234
Decimal 178 48 156
Hex B2 30 9C

RGB Percentages of Color #b2309c

%46.60
%12.57
%40.84

CMYK Percentages of Color #b2309c

%0
%73
%12
%30

Triadic Colors of #b2309c

#b2309c #9cb230 #309cb2

Analogous Colors of #b2309c

#b2309c #b2305b #8730b2

Monochromatic Colors of #b2309c

#b2309c

Complementary Color

#b2309c #30b246

#b2309c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2309c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2309c Color CSS Codes

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

#b2309c Text Font Color

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

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


#b2309c Background Color

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

This div background color is #b2309c


#b2309c Border Color

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

This div border color is #b2309c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2309c


Comments

No comments written yet.

Please login to write comment.