Color Hex Logo

#b749a2 Color Hex

#B749A2
(183,73,162)
0 Favorites   0 Comments

Color spaces of #b749a2

RGB 18373162
HSL0.870.430.50
HSV311°60°72°
CMYK 0.000.600.11   0.28
XYZ28.432617.441036.0503
Yxy17.44100.34710.2129
Hunter Lab41.762448.4417-21.9468
CIE-Lab48.811055.0397-26.6177

#b749a2 color RGB value is (183,73,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001001 10100010
Octal 267 111 242
Decimal 183 73 162
Hex B7 49 A2

RGB Percentages of Color #b749a2

%43.78
%17.46
%38.76

CMYK Percentages of Color #b749a2

%0
%60
%11
%28

Triadic Colors of #b749a2

#b749a2 #a2b749 #49a2b7

Analogous Colors of #b749a2

#b749a2 #b7496b #9549b7

Monochromatic Colors of #b749a2

#b749a2

Complementary Color

#b749a2 #49b75e

#b749a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b749a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b749a2 Color CSS Codes

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

#b749a2 Text Font Color

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

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


#b749a2 Background Color

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

This div background color is #b749a2


#b749a2 Border Color

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

This div border color is #b749a2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,73,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b749a2


Comments

No comments written yet.

Please login to write comment.