Color Hex Logo

#b52583 Color Hex

#B52583
(181,37,131)
0 Favorites   0 Comments

Color spaces of #b52583

RGB 18137131
HSL0.890.660.43
HSV321°80°71°
CMYK 0.000.800.28   0.29
XYZ23.814412.785622.6854
Yxy12.78560.40170.2157
Hunter Lab35.757056.3077-12.5857
CIE-Lab42.438463.3230-17.8097

#b52583 color RGB value is (181,37,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 10000011
Octal 265 45 203
Decimal 181 37 131
Hex B5 25 83

RGB Percentages of Color #b52583

%51.86
%10.60
%37.54

CMYK Percentages of Color #b52583

%0
%80
%28
%29

Triadic Colors of #b52583

#b52583 #83b525 #2583b5

Analogous Colors of #b52583

#b52583 #b5253b #9f25b5

Monochromatic Colors of #b52583

#b52583

Complementary Color

#b52583 #25b557

#b52583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52583 Color CSS Codes

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

#b52583 Text Font Color

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

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


#b52583 Background Color

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

This div background color is #b52583


#b52583 Border Color

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

This div border color is #b52583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52583


Comments

No comments written yet.

Please login to write comment.