Color Hex Logo

#b74c9f Color Hex

#B74C9F
(183,76,159)
0 Favorites   0 Comments

Color spaces of #b74c9f

RGB 18376159
HSL0.870.430.51
HSV313°58°72°
CMYK 0.000.580.13   0.28
XYZ28.370917.739434.7296
Yxy17.73940.35100.2194
Hunter Lab42.118246.5312-19.4064
CIE-Lab49.178553.2134-24.2734

#b74c9f color RGB value is (183,76,159).

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

The process color (four color CMYK) of #b74c9f color hex is 0.00, 0.58, 0.13, 0.28. Web safe color of #b74c9f is #cc3399. Color #b74c9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001100 10011111
Octal 267 114 237
Decimal 183 76 159
Hex B7 4C 9F

RGB Percentages of Color #b74c9f

%43.78
%18.18
%38.04

CMYK Percentages of Color #b74c9f

%0
%58
%13
%28

Triadic Colors of #b74c9f

#b74c9f #9fb74c #4c9fb7

Analogous Colors of #b74c9f

#b74c9f #b74c6a #9a4cb7

Monochromatic Colors of #b74c9f

#b74c9f

Complementary Color

#b74c9f #4cb764

#b74c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74c9f Color CSS Codes

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

#b74c9f Text Font Color

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

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


#b74c9f Background Color

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

This div background color is #b74c9f


#b74c9f Border Color

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

This div border color is #b74c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74c9f


Comments

No comments written yet.

Please login to write comment.