Color Hex Logo

#b64878 Color Hex

#B64878
(182,72,120)
0 Favorites   0 Comments

Color spaces of #b64878

RGB 18272120
HSL0.930.430.50
HSV334°60°71°
CMYK 0.000.600.34   0.29
XYZ24.998915.935919.5276
Yxy15.93590.41350.2636
Hunter Lab39.919841.9221-1.0591
CIE-Lab46.890349.2757-4.3556

#b64878 color RGB value is (182,72,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 01111000
Octal 266 110 170
Decimal 182 72 120
Hex B6 48 78

RGB Percentages of Color #b64878

%48.66
%19.25
%32.09

CMYK Percentages of Color #b64878

%0
%60
%34
%29

Triadic Colors of #b64878

#b64878 #78b648 #4878b6

Analogous Colors of #b64878

#b64878 #b64f48 #b648af

Monochromatic Colors of #b64878

#b64878

Complementary Color

#b64878 #48b686

#b64878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64878 Color CSS Codes

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

#b64878 Text Font Color

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

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


#b64878 Background Color

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

This div background color is #b64878


#b64878 Border Color

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

This div border color is #b64878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64878


Comments

No comments written yet.

Please login to write comment.