Color Hex Logo

#b64eba Color Hex

#B64EBA
(182,78,186)
0 Favorites   0 Comments

Color spaces of #b64eba

RGB 18278186
HSL0.830.440.52
HSV298°58°73°
CMYK 0.020.580.00   0.27
XYZ30.878718.939048.4825
Yxy18.93900.31410.1927
Hunter Lab43.519050.4958-35.5890
CIE-Lab50.615856.5874-37.8684

#b64eba color RGB value is (182,78,186).

#b64eba hex color red value is 182, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b64eba hue: 0.83 , saturation: 0.44 and the lightness value of b64eba is 0.52.

The process color (four color CMYK) of #b64eba color hex is 0.02, 0.58, 0.00, 0.27. Web safe color of #b64eba is #cc66cc. Color #b64eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001110 10111010
Octal 266 116 272
Decimal 182 78 186
Hex B6 4E BA

RGB Percentages of Color #b64eba

%40.81
%17.49
%41.70

CMYK Percentages of Color #b64eba

%2
%58
%0
%27

Triadic Colors of #b64eba

#b64eba #bab64e #4ebab6

Analogous Colors of #b64eba

#b64eba #ba4e88 #804eba

Monochromatic Colors of #b64eba

#b64eba

Complementary Color

#b64eba #52ba4e

#b64eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64eba Color CSS Codes

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

#b64eba Text Font Color

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

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


#b64eba Background Color

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

This div background color is #b64eba


#b64eba Border Color

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

This div border color is #b64eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64eba


Comments

No comments written yet.

Please login to write comment.