Color Hex Logo

#b6207e Color Hex

#B6207E
(182,32,126)
0 Favorites   0 Comments

Color spaces of #b6207e

RGB 18232126
HSL0.900.700.42
HSV322°82°71°
CMYK 0.000.820.31   0.29
XYZ23.573812.484520.9059
Yxy12.48450.41380.2192
Hunter Lab35.333457.2584-10.3470
CIE-Lab41.976064.2510-15.4220

#b6207e color RGB value is (182,32,126).

#b6207e hex color red value is 182, green value is 32 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b6207e hue: 0.90 , saturation: 0.70 and the lightness value of b6207e is 0.42.

The process color (four color CMYK) of #b6207e color hex is 0.00, 0.82, 0.31, 0.29. Web safe color of #b6207e is #cc3366. Color #b6207e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 01111110
Octal 266 40 176
Decimal 182 32 126
Hex B6 20 7E

RGB Percentages of Color #b6207e

%53.53
%9.41
%37.06

CMYK Percentages of Color #b6207e

%0
%82
%31
%29

Triadic Colors of #b6207e

#b6207e #7eb620 #207eb6

Analogous Colors of #b6207e

#b6207e #b62033 #a320b6

Monochromatic Colors of #b6207e

#b6207e

Complementary Color

#b6207e #20b658

#b6207e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6207e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6207e Color CSS Codes

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

#b6207e Text Font Color

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

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


#b6207e Background Color

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

This div background color is #b6207e


#b6207e Border Color

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

This div border color is #b6207e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,32,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6207e


Comments

No comments written yet.

Please login to write comment.