Color Hex Logo

#b74a70 Color Hex

#B74A70
(183,74,112)
0 Favorites   0 Comments

Color spaces of #b74a70

RGB 18374112
HSL0.940.430.50
HSV339°60°72°
CMYK 0.000.600.39   0.28
XYZ24.901816.134717.1311
Yxy16.13470.42810.2774
Hunter Lab40.168040.36542.8313
CIE-Lab47.150747.73780.9101

#b74a70 color RGB value is (183,74,112).

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

The process color (four color CMYK) of #b74a70 color hex is 0.00, 0.60, 0.39, 0.28. Web safe color of #b74a70 is #cc3366. Color #b74a70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001010 01110000
Octal 267 112 160
Decimal 183 74 112
Hex B7 4A 70

RGB Percentages of Color #b74a70

%49.59
%20.05
%30.35

CMYK Percentages of Color #b74a70

%0
%60
%39
%28

Triadic Colors of #b74a70

#b74a70 #70b74a #4a70b7

Analogous Colors of #b74a70

#b74a70 #b75b4a #b74aa7

Monochromatic Colors of #b74a70

#b74a70

Complementary Color

#b74a70 #4ab791

#b74a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74a70 Color CSS Codes

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

#b74a70 Text Font Color

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

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


#b74a70 Background Color

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

This div background color is #b74a70


#b74a70 Border Color

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

This div border color is #b74a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74a70


Comments

No comments written yet.

Please login to write comment.