Color Hex Logo

#b5267f Color Hex

#B5267F
(181,38,127)
0 Favorites   0 Comments

Color spaces of #b5267f

RGB 18138127
HSL0.900.650.43
HSV323°79°71°
CMYK 0.000.790.30   0.29
XYZ23.579912.742321.2954
Yxy12.74230.40920.2212
Hunter Lab35.696455.4429-10.3832
CIE-Lab42.372462.5697-15.4508

#b5267f color RGB value is (181,38,127).

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

The process color (four color CMYK) of #b5267f color hex is 0.00, 0.79, 0.30, 0.29. Web safe color of #b5267f is #cc3366. Color #b5267f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 01111111
Octal 265 46 177
Decimal 181 38 127
Hex B5 26 7F

RGB Percentages of Color #b5267f

%52.31
%10.98
%36.71

CMYK Percentages of Color #b5267f

%0
%79
%30
%29

Triadic Colors of #b5267f

#b5267f #7fb526 #267fb5

Analogous Colors of #b5267f

#b5267f #b52637 #a426b5

Monochromatic Colors of #b5267f

#b5267f

Complementary Color

#b5267f #26b55c

#b5267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5267f Color CSS Codes

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

#b5267f Text Font Color

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

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


#b5267f Background Color

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

This div background color is #b5267f


#b5267f Border Color

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

This div border color is #b5267f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5267f


Comments

No comments written yet.

Please login to write comment.