Color Hex Logo

#b74f72 Color Hex

#B74F72
(183,79,114)
1 Favorites   0 Comments

Color spaces of #b74f72

RGB 18379114
HSL0.940.420.51
HSV340°57°72°
CMYK 0.000.570.38   0.28
XYZ25.361716.874117.8399
Yxy16.87410.42220.2809
Hunter Lab41.078138.31963.0055
CIE-Lab48.101045.59931.0795

#b74f72 color RGB value is (183,79,114).

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

The process color (four color CMYK) of #b74f72 color hex is 0.00, 0.57, 0.38, 0.28. Web safe color of #b74f72 is #cc6666. Color #b74f72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 01110010
Octal 267 117 162
Decimal 183 79 114
Hex B7 4F 72

RGB Percentages of Color #b74f72

%48.67
%21.01
%30.32

CMYK Percentages of Color #b74f72

%0
%57
%38
%28

Triadic Colors of #b74f72

#b74f72 #72b74f #4f72b7

Analogous Colors of #b74f72

#b74f72 #b7604f #b74fa6

Monochromatic Colors of #b74f72

#b74f72

Complementary Color

#b74f72 #4fb794

#b74f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74f72 Color CSS Codes

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

#b74f72 Text Font Color

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

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


#b74f72 Background Color

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

This div background color is #b74f72


#b74f72 Border Color

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

This div border color is #b74f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74f72

#b74f72 Color Palettes


Comments

No comments written yet.

Please login to write comment.