Color Hex Logo

#b6598f Color Hex

#B6598F
(182,89,143)
0 Favorites   0 Comments

Color spaces of #b6598f

RGB 18289143
HSL0.900.390.53
HSV325°51°71°
CMYK 0.000.510.21   0.29
XYZ27.821719.073028.2017
Yxy19.07300.37050.2540
Hunter Lab43.672637.2865-7.7158
CIE-Lab50.772544.1725-12.3627

#b6598f color RGB value is (182,89,143).

#b6598f hex color red value is 182, green value is 89 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6598f hue: 0.90 , saturation: 0.39 and the lightness value of b6598f is 0.53.

The process color (four color CMYK) of #b6598f color hex is 0.00, 0.51, 0.21, 0.29. Web safe color of #b6598f is #cc6699. Color #b6598f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 10001111
Octal 266 131 217
Decimal 182 89 143
Hex B6 59 8F

RGB Percentages of Color #b6598f

%43.96
%21.50
%34.54

CMYK Percentages of Color #b6598f

%0
%51
%21
%29

Triadic Colors of #b6598f

#b6598f #8fb659 #598fb6

Analogous Colors of #b6598f

#b6598f #b65961 #af59b6

Monochromatic Colors of #b6598f

#b6598f

Complementary Color

#b6598f #59b680

#b6598f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6598f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6598f Color CSS Codes

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

#b6598f Text Font Color

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

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


#b6598f Background Color

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

This div background color is #b6598f


#b6598f Border Color

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

This div border color is #b6598f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6598f


Comments

No comments written yet.

Please login to write comment.