Color Hex Logo

#b74eac Color Hex

#B74EAC
(183,78,172)
0 Favorites   0 Comments

Color spaces of #b74eac

RGB 18378172
HSL0.850.420.51
HSV306°57°72°
CMYK 0.000.570.06   0.28
XYZ29.699218.494641.0342
Yxy18.49460.33280.2073
Hunter Lab43.005348.0115-26.4687
CIE-Lab50.090654.4176-30.5144

#b74eac color RGB value is (183,78,172).

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

The process color (four color CMYK) of #b74eac color hex is 0.00, 0.57, 0.06, 0.28. Web safe color of #b74eac is #cc6699. Color #b74eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001110 10101100
Octal 267 116 254
Decimal 183 78 172
Hex B7 4E AC

RGB Percentages of Color #b74eac

%42.26
%18.01
%39.72

CMYK Percentages of Color #b74eac

%0
%57
%6
%28

Triadic Colors of #b74eac

#b74eac #acb74e #4eacb7

Analogous Colors of #b74eac

#b74eac #b74e78 #8e4eb7

Monochromatic Colors of #b74eac

#b74eac

Complementary Color

#b74eac #4eb759

#b74eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74eac Color CSS Codes

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

#b74eac Text Font Color

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

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


#b74eac Background Color

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

This div background color is #b74eac


#b74eac Border Color

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

This div border color is #b74eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74eac


Comments

No comments written yet.

Please login to write comment.