Color Hex Logo

#b5278a Color Hex

#B5278A
(181,39,138)
0 Favorites   0 Comments

Color spaces of #b5278a

RGB 18139138
HSL0.880.650.43
HSV318°78°71°
CMYK 0.000.780.24   0.29
XYZ24.369013.109825.2908
Yxy13.10980.38820.2089
Hunter Lab36.207556.7743-16.0687
CIE-Lab42.928263.6400-21.3408

#b5278a color RGB value is (181,39,138).

#b5278a hex color red value is 181, green value is 39 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b5278a hue: 0.88 , saturation: 0.65 and the lightness value of b5278a is 0.43.

The process color (four color CMYK) of #b5278a color hex is 0.00, 0.78, 0.24, 0.29. Web safe color of #b5278a is #cc3399. Color #b5278a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 10001010
Octal 265 47 212
Decimal 181 39 138
Hex B5 27 8A

RGB Percentages of Color #b5278a

%50.56
%10.89
%38.55

CMYK Percentages of Color #b5278a

%0
%78
%24
%29

Triadic Colors of #b5278a

#b5278a #8ab527 #278ab5

Analogous Colors of #b5278a

#b5278a #b52743 #9927b5

Monochromatic Colors of #b5278a

#b5278a

Complementary Color

#b5278a #27b552

#b5278a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5278a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5278a Color CSS Codes

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

#b5278a Text Font Color

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

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


#b5278a Background Color

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

This div background color is #b5278a


#b5278a Border Color

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

This div border color is #b5278a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,39,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5278a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5278a;
  -webkit-box-shadow: 1px 1px 3px 2px #b5278a;
  box-shadow:         1px 1px 3px 2px #b5278a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,39,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5278a


Comments

No comments written yet.

Please login to write comment.