Color Hex Logo

#b749ae Color Hex

#B749AE
(183,73,174)
0 Favorites   0 Comments

Color spaces of #b749ae

RGB 18373174
HSL0.850.430.50
HSV305°60°72°
CMYK 0.000.600.05   0.28
XYZ29.551017.888441.9397
Yxy17.88840.33060.2001
Hunter Lab42.294750.7010-29.1861
CIE-Lab49.360556.9994-32.8281

#b749ae color RGB value is (183,73,174).

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

The process color (four color CMYK) of #b749ae color hex is 0.00, 0.60, 0.05, 0.28. Web safe color of #b749ae is #cc3399. Color #b749ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001001 10101110
Octal 267 111 256
Decimal 183 73 174
Hex B7 49 AE

RGB Percentages of Color #b749ae

%42.56
%16.98
%40.47

CMYK Percentages of Color #b749ae

%0
%60
%5
%28

Triadic Colors of #b749ae

#b749ae #aeb749 #49aeb7

Analogous Colors of #b749ae

#b749ae #b74977 #8949b7

Monochromatic Colors of #b749ae

#b749ae

Complementary Color

#b749ae #49b752

#b749ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b749ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b749ae Color CSS Codes

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

#b749ae Text Font Color

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

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


#b749ae Background Color

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

This div background color is #b749ae


#b749ae Border Color

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

This div border color is #b749ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b749ae


Comments

No comments written yet.

Please login to write comment.