Color Hex Logo

#b23289 Color Hex

#B23289
(178,50,137)
0 Favorites   0 Comments

Color spaces of #b23289

RGB 17850137
HSL0.890.560.45
HSV319°72°70°
CMYK 0.000.720.23   0.30
XYZ24.016113.552325.0170
Yxy13.55230.38370.2165
Hunter Lab36.813452.0250-14.5218
CIE-Lab43.583959.2730-19.7651

#b23289 color RGB value is (178,50,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110010 10001001
Octal 262 62 211
Decimal 178 50 137
Hex B2 32 89

RGB Percentages of Color #b23289

%48.77
%13.70
%37.53

CMYK Percentages of Color #b23289

%0
%72
%23
%30

Triadic Colors of #b23289

#b23289 #89b232 #3289b2

Analogous Colors of #b23289

#b23289 #b23249 #9b32b2

Monochromatic Colors of #b23289

#b23289

Complementary Color

#b23289 #32b25b

#b23289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23289 Color CSS Codes

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

#b23289 Text Font Color

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

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


#b23289 Background Color

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

This div background color is #b23289


#b23289 Border Color

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

This div border color is #b23289


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,50,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 #b23289">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23289


Comments

No comments written yet.

Please login to write comment.