Color Hex Logo

#b863ae Color Hex

#B863AE
(184,99,174)
0 Favorites   0 Comments

Color spaces of #b863ae

RGB 18499174
HSL0.850.370.55
HSV307°46°72°
CMYK 0.000.460.05   0.28
XYZ31.869022.170042.6440
Yxy22.17000.32960.2293
Hunter Lab47.085038.4170-20.7383
CIE-Lab54.206944.7442-25.2822

#b863ae color RGB value is (184,99,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100011 10101110
Octal 270 143 256
Decimal 184 99 174
Hex B8 63 AE

RGB Percentages of Color #b863ae

%40.26
%21.66
%38.07

CMYK Percentages of Color #b863ae

%0
%46
%5
%28

Triadic Colors of #b863ae

#b863ae #aeb863 #63aeb8

Analogous Colors of #b863ae

#b863ae #b86384 #9863b8

Monochromatic Colors of #b863ae

#b863ae

Complementary Color

#b863ae #63b86d

#b863ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b863ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b863ae Color CSS Codes

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

#b863ae Text Font Color

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

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


#b863ae Background Color

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

This div background color is #b863ae


#b863ae Border Color

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

This div border color is #b863ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b863ae


Comments

No comments written yet.

Please login to write comment.