Color Hex Logo

#b86693 Color Hex

#B86693
(184,102,147)
0 Favorites   0 Comments

Color spaces of #b86693

RGB 184102147
HSL0.910.370.56
HSV327°45°72°
CMYK 0.000.450.20   0.28
XYZ29.785021.799730.2417
Yxy21.79970.36400.2664
Hunter Lab46.690132.1626-5.7197
CIE-Lab53.813838.6955-10.1218

#b86693 color RGB value is (184,102,147).

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

The process color (four color CMYK) of #b86693 color hex is 0.00, 0.45, 0.20, 0.28. Web safe color of #b86693 is #cc6699. Color #b86693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 10010011
Octal 270 146 223
Decimal 184 102 147
Hex B8 66 93

RGB Percentages of Color #b86693

%42.49
%23.56
%33.95

CMYK Percentages of Color #b86693

%0
%45
%20
%28

Triadic Colors of #b86693

#b86693 #93b866 #6693b8

Analogous Colors of #b86693

#b86693 #b8666a #b466b8

Monochromatic Colors of #b86693

#b86693

Complementary Color

#b86693 #66b88b

#b86693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86693 Color CSS Codes

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

#b86693 Text Font Color

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

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


#b86693 Background Color

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

This div background color is #b86693


#b86693 Border Color

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

This div border color is #b86693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86693


Comments

No comments written yet.

Please login to write comment.