Color Hex Logo

#b6619b Color Hex

#B6619B
(182,97,155)
0 Favorites   0 Comments

Color spaces of #b6619b

RGB 18297155
HSL0.890.370.55
HSV319°47°71°
CMYK 0.000.470.15   0.29
XYZ29.482520.861033.4830
Yxy20.86100.35170.2489
Hunter Lab45.673835.2927-11.4932
CIE-Lab52.797041.9247-16.3796

#b6619b color RGB value is (182,97,155).

#b6619b hex color red value is 182, green value is 97 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #b6619b hue: 0.89 , saturation: 0.37 and the lightness value of b6619b is 0.55.

The process color (four color CMYK) of #b6619b color hex is 0.00, 0.47, 0.15, 0.29. Web safe color of #b6619b is #cc6699. Color #b6619b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100001 10011011
Octal 266 141 233
Decimal 182 97 155
Hex B6 61 9B

RGB Percentages of Color #b6619b

%41.94
%22.35
%35.71

CMYK Percentages of Color #b6619b

%0
%47
%15
%29

Triadic Colors of #b6619b

#b6619b #9bb661 #619bb6

Analogous Colors of #b6619b

#b6619b #b66171 #a761b6

Monochromatic Colors of #b6619b

#b6619b

Complementary Color

#b6619b #61b67c

#b6619b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6619b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6619b Color CSS Codes

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

#b6619b Text Font Color

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

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


#b6619b Background Color

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

This div background color is #b6619b


#b6619b Border Color

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

This div border color is #b6619b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6619b


Comments

No comments written yet.

Please login to write comment.