Color Hex Logo

#b46274 Color Hex

#B46274
(180,98,116)
0 Favorites   0 Comments

Color spaces of #b46274

RGB 18098116
HSL0.960.350.55
HSV347°46°71°
CMYK 0.000.460.36   0.29
XYZ26.342519.699618.9370
Yxy19.69960.40540.3032
Hunter Lab44.384228.26925.7723
CIE-Lab51.495935.06354.7337

#b46274 color RGB value is (180,98,116).

#b46274 hex color red value is 180, green value is 98 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b46274 hue: 0.96 , saturation: 0.35 and the lightness value of b46274 is 0.55.

The process color (four color CMYK) of #b46274 color hex is 0.00, 0.46, 0.36, 0.29. Web safe color of #b46274 is #cc6666. Color #b46274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 01110100
Octal 264 142 164
Decimal 180 98 116
Hex B4 62 74

RGB Percentages of Color #b46274

%45.69
%24.87
%29.44

CMYK Percentages of Color #b46274

%0
%46
%36
%29

Triadic Colors of #b46274

#b46274 #74b462 #6274b4

Analogous Colors of #b46274

#b46274 #b47962 #b4629d

Monochromatic Colors of #b46274

#b46274

Complementary Color

#b46274 #62b4a2

#b46274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46274 Color CSS Codes

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

#b46274 Text Font Color

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

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


#b46274 Background Color

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

This div background color is #b46274


#b46274 Border Color

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

This div border color is #b46274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46274


Comments

No comments written yet.

Please login to write comment.