Color Hex Logo

#b864ad Color Hex

#B864AD
(184,100,173)
0 Favorites   0 Comments

Color spaces of #b864ad

RGB 184100173
HSL0.860.370.56
HSV308°46°72°
CMYK 0.000.460.06   0.28
XYZ31.867222.321842.1641
Yxy22.32180.33070.2317
Hunter Lab47.246037.7171-19.8405
CIE-Lab54.366844.0485-24.4556

#b864ad color RGB value is (184,100,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 10101101
Octal 270 144 255
Decimal 184 100 173
Hex B8 64 AD

RGB Percentages of Color #b864ad

%40.26
%21.88
%37.86

CMYK Percentages of Color #b864ad

%0
%46
%6
%28

Triadic Colors of #b864ad

#b864ad #adb864 #64adb8

Analogous Colors of #b864ad

#b864ad #b86483 #9964b8

Monochromatic Colors of #b864ad

#b864ad

Complementary Color

#b864ad #64b86f

#b864ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864ad Color CSS Codes

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

#b864ad Text Font Color

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

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


#b864ad Background Color

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

This div background color is #b864ad


#b864ad Border Color

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

This div border color is #b864ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,100,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 #b864ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864ad


Comments

No comments written yet.

Please login to write comment.