Color Hex Logo

#b56298 Color Hex

#B56298
(181,98,152)
0 Favorites   0 Comments

Color spaces of #b56298

RGB 18198152
HSL0.890.360.55
HSV321°46°71°
CMYK 0.000.460.16   0.29
XYZ29.091220.826132.1923
Yxy20.82610.35430.2536
Hunter Lab45.635633.9255-9.8794
CIE-Lab52.758640.5861-14.6884

#b56298 color RGB value is (181,98,152).

#b56298 hex color red value is 181, green value is 98 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b56298 hue: 0.89 , saturation: 0.36 and the lightness value of b56298 is 0.55.

The process color (four color CMYK) of #b56298 color hex is 0.00, 0.46, 0.16, 0.29. Web safe color of #b56298 is #cc6699. Color #b56298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100010 10011000
Octal 265 142 230
Decimal 181 98 152
Hex B5 62 98

RGB Percentages of Color #b56298

%42.00
%22.74
%35.27

CMYK Percentages of Color #b56298

%0
%46
%16
%29

Triadic Colors of #b56298

#b56298 #98b562 #6298b5

Analogous Colors of #b56298

#b56298 #b5626f #a962b5

Monochromatic Colors of #b56298

#b56298

Complementary Color

#b56298 #62b57f

#b56298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56298 Color CSS Codes

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

#b56298 Text Font Color

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

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


#b56298 Background Color

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

This div background color is #b56298


#b56298 Border Color

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

This div border color is #b56298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,98,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b56298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b56298;
  -webkit-box-shadow: 1px 1px 3px 2px #b56298;
  box-shadow:         1px 1px 3px 2px #b56298; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,98,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56298


Comments

No comments written yet.

Please login to write comment.