Color Hex Logo

#b25989 Color Hex

#B25989
(178,89,137)
0 Favorites   0 Comments

Color spaces of #b25989

RGB 17889137
HSL0.910.370.52
HSV328°50°70°
CMYK 0.000.500.23   0.30
XYZ26.447818.415925.8276
Yxy18.41590.37410.2605
Hunter Lab42.913834.9107-5.6440
CIE-Lab49.996741.9591-10.0175

#b25989 color RGB value is (178,89,137).

#b25989 hex color red value is 178, green value is 89 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b25989 hue: 0.91 , saturation: 0.37 and the lightness value of b25989 is 0.52.

The process color (four color CMYK) of #b25989 color hex is 0.00, 0.50, 0.23, 0.30. Web safe color of #b25989 is #996699. Color #b25989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011001 10001001
Octal 262 131 211
Decimal 178 89 137
Hex B2 59 89

RGB Percentages of Color #b25989

%44.06
%22.03
%33.91

CMYK Percentages of Color #b25989

%0
%50
%23
%30

Triadic Colors of #b25989

#b25989 #89b259 #5989b2

Analogous Colors of #b25989

#b25989 #b2595c #af59b2

Monochromatic Colors of #b25989

#b25989

Complementary Color

#b25989 #59b282

#b25989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25989 Color CSS Codes

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

#b25989 Text Font Color

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

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


#b25989 Background Color

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

This div background color is #b25989


#b25989 Border Color

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

This div border color is #b25989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25989


Comments

No comments written yet.

Please login to write comment.