Color Hex Logo

#b878ae Color Hex

#B878AE
(184,120,174)
0 Favorites   0 Comments

Color spaces of #b878ae

RGB 184120174
HSL0.860.310.60
HSV309°35°72°
CMYK 0.000.350.05   0.28
XYZ34.123626.679343.3955
Yxy26.67930.32750.2560
Hunter Lab51.652027.5340-13.6562
CIE-Lab58.676333.4851-18.4309

#b878ae color RGB value is (184,120,174).

#b878ae hex color red value is 184, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b878ae hue: 0.86 , saturation: 0.31 and the lightness value of b878ae is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111000 10101110
Octal 270 170 256
Decimal 184 120 174
Hex B8 78 AE

RGB Percentages of Color #b878ae

%38.49
%25.10
%36.40

CMYK Percentages of Color #b878ae

%0
%35
%5
%28

Triadic Colors of #b878ae

#b878ae #aeb878 #78aeb8

Analogous Colors of #b878ae

#b878ae #b8788e #a278b8

Monochromatic Colors of #b878ae

#b878ae

Complementary Color

#b878ae #78b882

#b878ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b878ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b878ae Color CSS Codes

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

#b878ae Text Font Color

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

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


#b878ae Background Color

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

This div background color is #b878ae


#b878ae Border Color

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

This div border color is #b878ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b878ae


Comments

No comments written yet.

Please login to write comment.