Color Hex Logo

#b23989 Color Hex

#B23989
(178,57,137)
0 Favorites   0 Comments

Color spaces of #b23989

RGB 17857137
HSL0.890.510.46
HSV320°68°70°
CMYK 0.000.680.23   0.30
XYZ24.338614.197425.1245
Yxy14.19740.38230.2230
Hunter Lab37.679449.3610-13.1587
CIE-Lab44.514756.6695-18.3355

#b23989 color RGB value is (178,57,137).

#b23989 hex color red value is 178, green value is 57 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b23989 hue: 0.89 , saturation: 0.51 and the lightness value of b23989 is 0.46.

The process color (four color CMYK) of #b23989 color hex is 0.00, 0.68, 0.23, 0.30. Web safe color of #b23989 is #993399. Color #b23989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 10001001
Octal 262 71 211
Decimal 178 57 137
Hex B2 39 89

RGB Percentages of Color #b23989

%47.85
%15.32
%36.83

CMYK Percentages of Color #b23989

%0
%68
%23
%30

Triadic Colors of #b23989

#b23989 #89b239 #3989b2

Analogous Colors of #b23989

#b23989 #b2394c #9f39b2

Monochromatic Colors of #b23989

#b23989

Complementary Color

#b23989 #39b262

#b23989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23989 Color CSS Codes

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

#b23989 Text Font Color

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

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


#b23989 Background Color

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

This div background color is #b23989


#b23989 Border Color

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

This div border color is #b23989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23989


Comments

No comments written yet.

Please login to write comment.