Color Hex Logo

#b12482 Color Hex

#B12482
(177,36,130)
0 Favorites   0 Comments

Color spaces of #b12482

RGB 17736130
HSL0.890.660.42
HSV320°80°69°
CMYK 0.000.800.27   0.31
XYZ22.791612.220622.2766
Yxy12.22060.39780.2133
Hunter Lab34.958055.2004-13.3113
CIE-Lab41.564662.5106-18.5998

#b12482 color RGB value is (177,36,130).

#b12482 hex color red value is 177, green value is 36 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b12482 hue: 0.89 , saturation: 0.66 and the lightness value of b12482 is 0.42.

The process color (four color CMYK) of #b12482 color hex is 0.00, 0.80, 0.27, 0.31. Web safe color of #b12482 is #993399. Color #b12482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 10000010
Octal 261 44 202
Decimal 177 36 130
Hex B1 24 82

RGB Percentages of Color #b12482

%51.60
%10.50
%37.90

CMYK Percentages of Color #b12482

%0
%80
%27
%31

Triadic Colors of #b12482

#b12482 #82b124 #2482b1

Analogous Colors of #b12482

#b12482 #b1243c #9a24b1

Monochromatic Colors of #b12482

#b12482

Complementary Color

#b12482 #24b153

#b12482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12482 Color CSS Codes

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

#b12482 Text Font Color

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

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


#b12482 Background Color

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

This div background color is #b12482


#b12482 Border Color

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

This div border color is #b12482


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,36,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 #b12482">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12482


Comments

No comments written yet.

Please login to write comment.