Color Hex Logo

#b863ad Color Hex

#B863AD
(184,99,173)
0 Favorites   0 Comments

Color spaces of #b863ad

RGB 18499173
HSL0.850.370.55
HSV308°46°72°
CMYK 0.000.460.06   0.28
XYZ31.771822.131242.1323
Yxy22.13120.33080.2304
Hunter Lab47.043838.2262-20.1693
CIE-Lab54.165944.5673-24.7652

#b863ad color RGB value is (184,99,173).

#b863ad hex color red value is 184, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b863ad hue: 0.85 , saturation: 0.37 and the lightness value of b863ad is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100011 10101101
Octal 270 143 255
Decimal 184 99 173
Hex B8 63 AD

RGB Percentages of Color #b863ad

%40.35
%21.71
%37.94

CMYK Percentages of Color #b863ad

%0
%46
%6
%28

Triadic Colors of #b863ad

#b863ad #adb863 #63adb8

Analogous Colors of #b863ad

#b863ad #b86383 #9963b8

Monochromatic Colors of #b863ad

#b863ad

Complementary Color

#b863ad #63b86e

#b863ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b863ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b863ad Color CSS Codes

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

#b863ad Text Font Color

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

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


#b863ad Background Color

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

This div background color is #b863ad


#b863ad Border Color

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

This div border color is #b863ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b863ad


Comments

No comments written yet.

Please login to write comment.