Color Hex Logo

#b74aac Color Hex

#B74AAC
(183,74,172)
0 Favorites   0 Comments

Color spaces of #b74aac

RGB 18374172
HSL0.850.430.50
HSV306°60°72°
CMYK 0.000.600.06   0.28
XYZ29.423617.943440.9424
Yxy17.94340.33320.2032
Hunter Lab42.359749.8592-27.6545
CIE-Lab49.427456.2235-31.5500

#b74aac color RGB value is (183,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001010 10101100
Octal 267 112 254
Decimal 183 74 172
Hex B7 4A AC

RGB Percentages of Color #b74aac

%42.66
%17.25
%40.09

CMYK Percentages of Color #b74aac

%0
%60
%6
%28

Triadic Colors of #b74aac

#b74aac #acb74a #4aacb7

Analogous Colors of #b74aac

#b74aac #b74a76 #8c4ab7

Monochromatic Colors of #b74aac

#b74aac

Complementary Color

#b74aac #4ab755

#b74aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74aac Color CSS Codes

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

#b74aac Text Font Color

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

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


#b74aac Background Color

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

This div background color is #b74aac


#b74aac Border Color

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

This div border color is #b74aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74aac


Comments

No comments written yet.

Please login to write comment.