Color Hex Logo

#b86490 Color Hex

#B86490
(184,100,144)
0 Favorites   0 Comments

Color spaces of #b86490

RGB 184100144
HSL0.910.370.56
HSV329°46°72°
CMYK 0.000.460.22   0.28
XYZ29.358421.318328.9530
Yxy21.31830.36870.2677
Hunter Lab46.171732.6990-4.8589
CIE-Lab53.296139.2979-9.1339

#b86490 color RGB value is (184,100,144).

#b86490 hex color red value is 184, green value is 100 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b86490 hue: 0.91 , saturation: 0.37 and the lightness value of b86490 is 0.56.

The process color (four color CMYK) of #b86490 color hex is 0.00, 0.46, 0.22, 0.28. Web safe color of #b86490 is #cc6699. Color #b86490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 10010000
Octal 270 144 220
Decimal 184 100 144
Hex B8 64 90

RGB Percentages of Color #b86490

%42.99
%23.36
%33.64

CMYK Percentages of Color #b86490

%0
%46
%22
%28

Triadic Colors of #b86490

#b86490 #90b864 #6490b8

Analogous Colors of #b86490

#b86490 #b86466 #b664b8

Monochromatic Colors of #b86490

#b86490

Complementary Color

#b86490 #64b88c

#b86490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86490 Color CSS Codes

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

#b86490 Text Font Color

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

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


#b86490 Background Color

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

This div background color is #b86490


#b86490 Border Color

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

This div border color is #b86490


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,100,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b86490; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b86490;
  -webkit-box-shadow: 1px 1px 3px 2px #b86490;
  box-shadow:         1px 1px 3px 2px #b86490; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,100,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86490


Comments

No comments written yet.

Please login to write comment.