Color Hex Logo

#b74774 Color Hex

#B74774
(183,71,116)
0 Favorites   0 Comments

Color spaces of #b74774

RGB 18371116
HSL0.930.440.50
HSV336°61°72°
CMYK 0.000.610.37   0.28
XYZ24.934115.834718.2652
Yxy15.83470.42240.2682
Hunter Lab39.792842.21020.6404
CIE-Lab46.756949.5737-2.1009

#b74774 color RGB value is (183,71,116).

#b74774 hex color red value is 183, green value is 71 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b74774 hue: 0.93 , saturation: 0.44 and the lightness value of b74774 is 0.50.

The process color (four color CMYK) of #b74774 color hex is 0.00, 0.61, 0.37, 0.28. Web safe color of #b74774 is #cc3366. Color #b74774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 01110100
Octal 267 107 164
Decimal 183 71 116
Hex B7 47 74

RGB Percentages of Color #b74774

%49.46
%19.19
%31.35

CMYK Percentages of Color #b74774

%0
%61
%37
%28

Triadic Colors of #b74774

#b74774 #74b747 #4774b7

Analogous Colors of #b74774

#b74774 #b75247 #b747ac

Monochromatic Colors of #b74774

#b74774

Complementary Color

#b74774 #47b78a

#b74774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74774 Color CSS Codes

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

#b74774 Text Font Color

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

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


#b74774 Background Color

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

This div background color is #b74774


#b74774 Border Color

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

This div border color is #b74774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74774


Comments

No comments written yet.

Please login to write comment.