Color Hex Logo

#b64ead Color Hex

#B64EAD
(182,78,173)
0 Favorites   0 Comments

Color spaces of #b64ead

RGB 18278173
HSL0.850.420.51
HSV305°57°71°
CMYK 0.000.570.05   0.29
XYZ29.558618.411041.5309
Yxy18.41100.33030.2057
Hunter Lab42.908047.8765-27.3514
CIE-Lab49.990954.3112-31.2669

#b64ead color RGB value is (182,78,173).

#b64ead hex color red value is 182, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b64ead hue: 0.85 , saturation: 0.42 and the lightness value of b64ead is 0.51.

The process color (four color CMYK) of #b64ead color hex is 0.00, 0.57, 0.05, 0.29. Web safe color of #b64ead is #cc6699. Color #b64ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001110 10101101
Octal 266 116 255
Decimal 182 78 173
Hex B6 4E AD

RGB Percentages of Color #b64ead

%42.03
%18.01
%39.95

CMYK Percentages of Color #b64ead

%0
%57
%5
%29

Triadic Colors of #b64ead

#b64ead #adb64e #4eadb6

Analogous Colors of #b64ead

#b64ead #b64e79 #8b4eb6

Monochromatic Colors of #b64ead

#b64ead

Complementary Color

#b64ead #4eb657

#b64ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64ead Color CSS Codes

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

#b64ead Text Font Color

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

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


#b64ead Background Color

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

This div background color is #b64ead


#b64ead Border Color

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

This div border color is #b64ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64ead


Comments

No comments written yet.

Please login to write comment.