Color Hex Logo

#b2519e Color Hex

#B2519E
(178,81,158)
0 Favorites   0 Comments

Color spaces of #b2519e

RGB 17881158
HSL0.870.390.51
HSV312°54°70°
CMYK 0.000.540.11   0.30
XYZ27.474117.818534.3390
Yxy17.81850.34500.2238
Hunter Lab42.212042.3077-18.6834
CIE-Lab49.275249.2379-23.5924

#b2519e color RGB value is (178,81,158).

#b2519e hex color red value is 178, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b2519e hue: 0.87 , saturation: 0.39 and the lightness value of b2519e is 0.51.

The process color (four color CMYK) of #b2519e color hex is 0.00, 0.54, 0.11, 0.30. Web safe color of #b2519e is #996699. Color #b2519e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 10011110
Octal 262 121 236
Decimal 178 81 158
Hex B2 51 9E

RGB Percentages of Color #b2519e

%42.69
%19.42
%37.89

CMYK Percentages of Color #b2519e

%0
%54
%11
%30

Triadic Colors of #b2519e

#b2519e #9eb251 #519eb2

Analogous Colors of #b2519e

#b2519e #b2516e #9651b2

Monochromatic Colors of #b2519e

#b2519e

Complementary Color

#b2519e #51b265

#b2519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2519e Color CSS Codes

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

#b2519e Text Font Color

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

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


#b2519e Background Color

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

This div background color is #b2519e


#b2519e Border Color

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

This div border color is #b2519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2519e


Comments

No comments written yet.

Please login to write comment.