Color Hex Logo

#b5269d Color Hex

#B5269D
(181,38,157)
0 Favorites   0 Comments

Color spaces of #b5269d

RGB 18138157
HSL0.860.650.43
HSV310°79°71°
CMYK 0.000.790.13   0.29
XYZ25.835013.644333.1702
Yxy13.64430.35560.1878
Hunter Lab36.938260.2031-27.3852
CIE-Lab43.718466.4798-31.6106

#b5269d color RGB value is (181,38,157).

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

The process color (four color CMYK) of #b5269d color hex is 0.00, 0.79, 0.13, 0.29. Web safe color of #b5269d is #cc3399. Color #b5269d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 10011101
Octal 265 46 235
Decimal 181 38 157
Hex B5 26 9D

RGB Percentages of Color #b5269d

%48.14
%10.11
%41.76

CMYK Percentages of Color #b5269d

%0
%79
%13
%29

Triadic Colors of #b5269d

#b5269d #9db526 #269db5

Analogous Colors of #b5269d

#b5269d #b52655 #8626b5

Monochromatic Colors of #b5269d

#b5269d

Complementary Color

#b5269d #26b53e

#b5269d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5269d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5269d Color CSS Codes

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

#b5269d Text Font Color

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

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


#b5269d Background Color

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

This div background color is #b5269d


#b5269d Border Color

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

This div border color is #b5269d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5269d


Comments

No comments written yet.

Please login to write comment.