Color Hex Logo

#b934ae Color Hex

#B934AE
(185,52,174)
0 Favorites   0 Comments

Color spaces of #b934ae

RGB 18552174
HSL0.850.560.46
HSV305°72°73°
CMYK 0.000.720.06   0.27
XYZ28.875615.826341.5773
Yxy15.82630.33470.1834
Hunter Lab39.782359.9436-34.1176
CIE-Lab46.745865.6691-36.9159

#b934ae color RGB value is (185,52,174).

#b934ae hex color red value is 185, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b934ae hue: 0.85 , saturation: 0.56 and the lightness value of b934ae is 0.46.

The process color (four color CMYK) of #b934ae color hex is 0.00, 0.72, 0.06, 0.27. Web safe color of #b934ae is #cc3399. Color #b934ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 10101110
Octal 271 64 256
Decimal 185 52 174
Hex B9 34 AE

RGB Percentages of Color #b934ae

%45.01
%12.65
%42.34

CMYK Percentages of Color #b934ae

%0
%72
%6
%27

Triadic Colors of #b934ae

#b934ae #aeb934 #34aeb9

Analogous Colors of #b934ae

#b934ae #b9346c #8234b9

Monochromatic Colors of #b934ae

#b934ae

Complementary Color

#b934ae #34b93f

#b934ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b934ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b934ae Color CSS Codes

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

#b934ae Text Font Color

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

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


#b934ae Background Color

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

This div background color is #b934ae


#b934ae Border Color

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

This div border color is #b934ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b934ae


Comments

No comments written yet.

Please login to write comment.