Color Hex Logo

#b12082 Color Hex

#B12082
(177,32,130)
0 Favorites   0 Comments

Color spaces of #b12082

RGB 17732130
HSL0.890.690.41
HSV319°82°69°
CMYK 0.000.820.27   0.31
XYZ22.677211.991822.2385
Yxy11.99180.39850.2107
Hunter Lab34.629256.2911-13.8350
CIE-Lab41.203163.5482-19.1559

#b12082 color RGB value is (177,32,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100000 10000010
Octal 261 40 202
Decimal 177 32 130
Hex B1 20 82

RGB Percentages of Color #b12082

%52.21
%9.44
%38.35

CMYK Percentages of Color #b12082

%0
%82
%27
%31

Triadic Colors of #b12082

#b12082 #82b120 #2082b1

Analogous Colors of #b12082

#b12082 #b12039 #9820b1

Monochromatic Colors of #b12082

#b12082

Complementary Color

#b12082 #20b14f

#b12082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12082 Color CSS Codes

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

#b12082 Text Font Color

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

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


#b12082 Background Color

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

This div background color is #b12082


#b12082 Border Color

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

This div border color is #b12082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12082


Comments

No comments written yet.

Please login to write comment.