Color Hex Logo

#b64876 Color Hex

#B64876
(182,72,118)
0 Favorites   0 Comments

Color spaces of #b64876

RGB 18272118
HSL0.930.430.50
HSV335°60°71°
CMYK 0.000.600.35   0.29
XYZ24.878815.887818.8949
Yxy15.88780.41700.2663
Hunter Lab39.859541.6588-0.2040
CIE-Lab46.826949.0349-3.2333

#b64876 color RGB value is (182,72,118).

#b64876 hex color red value is 182, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b64876 hue: 0.93 , saturation: 0.43 and the lightness value of b64876 is 0.50.

The process color (four color CMYK) of #b64876 color hex is 0.00, 0.60, 0.35, 0.29. Web safe color of #b64876 is #cc3366. Color #b64876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 01110110
Octal 266 110 166
Decimal 182 72 118
Hex B6 48 76

RGB Percentages of Color #b64876

%48.92
%19.35
%31.72

CMYK Percentages of Color #b64876

%0
%60
%35
%29

Triadic Colors of #b64876

#b64876 #76b648 #4876b6

Analogous Colors of #b64876

#b64876 #b65148 #b648ad

Monochromatic Colors of #b64876

#b64876

Complementary Color

#b64876 #48b688

#b64876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64876 Color CSS Codes

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

#b64876 Text Font Color

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

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


#b64876 Background Color

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

This div background color is #b64876


#b64876 Border Color

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

This div border color is #b64876


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,72,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b64876; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b64876;
  -webkit-box-shadow: 1px 1px 3px 2px #b64876;
  box-shadow:         1px 1px 3px 2px #b64876; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,72,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64876


Comments

No comments written yet.

Please login to write comment.