Color Hex Logo

#b52682 Color Hex

#B52682
(181,38,130)
0 Favorites   0 Comments

Color spaces of #b52682

RGB 18138130
HSL0.890.650.43
HSV321°79°71°
CMYK 0.000.790.28   0.29
XYZ23.778412.821722.3407
Yxy12.82170.40340.2175
Hunter Lab35.807455.8724-11.9266
CIE-Lab42.493462.9273-17.1114

#b52682 color RGB value is (181,38,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 10000010
Octal 265 46 202
Decimal 181 38 130
Hex B5 26 82

RGB Percentages of Color #b52682

%51.86
%10.89
%37.25

CMYK Percentages of Color #b52682

%0
%79
%28
%29

Triadic Colors of #b52682

#b52682 #82b526 #2682b5

Analogous Colors of #b52682

#b52682 #b5263a #a126b5

Monochromatic Colors of #b52682

#b52682

Complementary Color

#b52682 #26b559

#b52682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52682 Color CSS Codes

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

#b52682 Text Font Color

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

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


#b52682 Background Color

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

This div background color is #b52682


#b52682 Border Color

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

This div border color is #b52682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52682


Comments

No comments written yet.

Please login to write comment.