Color Hex Logo

#b52681 Color Hex

#B52681
(181,38,129)
0 Favorites   0 Comments

Color spaces of #b52681

RGB 18138129
HSL0.890.650.43
HSV322°79°71°
CMYK 0.000.790.29   0.29
XYZ23.711612.795021.9888
Yxy12.79500.40540.2187
Hunter Lab35.770155.7280-11.4080
CIE-Lab42.452762.8071-16.5588

#b52681 color RGB value is (181,38,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 10000001
Octal 265 46 201
Decimal 181 38 129
Hex B5 26 81

RGB Percentages of Color #b52681

%52.01
%10.92
%37.07

CMYK Percentages of Color #b52681

%0
%79
%29
%29

Triadic Colors of #b52681

#b52681 #81b526 #2681b5

Analogous Colors of #b52681

#b52681 #b52639 #a226b5

Monochromatic Colors of #b52681

#b52681

Complementary Color

#b52681 #26b55a

#b52681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52681 Color CSS Codes

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

#b52681 Text Font Color

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

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


#b52681 Background Color

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

This div background color is #b52681


#b52681 Border Color

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

This div border color is #b52681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52681


Comments

No comments written yet.

Please login to write comment.