Color Hex Logo

#b948ae Color Hex

#B948AE
(185,72,174)
0 Favorites   0 Comments

Color spaces of #b948ae

RGB 18572174
HSL0.850.450.50
HSV306°61°73°
CMYK 0.000.610.06   0.27
XYZ29.964918.005041.9404
Yxy18.00500.33330.2003
Hunter Lab42.432351.7969-28.9001
CIE-Lab49.502257.9627-32.5846

#b948ae color RGB value is (185,72,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 10101110
Octal 271 110 256
Decimal 185 72 174
Hex B9 48 AE

RGB Percentages of Color #b948ae

%42.92
%16.71
%40.37

CMYK Percentages of Color #b948ae

%0
%61
%6
%27

Triadic Colors of #b948ae

#b948ae #aeb948 #48aeb9

Analogous Colors of #b948ae

#b948ae #b94876 #8c48b9

Monochromatic Colors of #b948ae

#b948ae

Complementary Color

#b948ae #48b953

#b948ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b948ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b948ae Color CSS Codes

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

#b948ae Text Font Color

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

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


#b948ae Background Color

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

This div background color is #b948ae


#b948ae Border Color

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

This div border color is #b948ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b948ae


Comments

No comments written yet.

Please login to write comment.