Color Hex Logo

#b64eeb Color Hex

#B64EEB
(182,78,235)
0 Favorites   0 Comments

Color spaces of #b64eeb

RGB 18278235
HSL0.780.800.61
HSV280°67°92°
CMYK 0.230.670.00   0.08
XYZ37.011221.392080.7756
Yxy21.39200.26590.1537
Hunter Lab46.251561.8985-71.1706
CIE-Lab53.375966.0855-61.4384

#b64eeb color RGB value is (182,78,235).

#b64eeb hex color red value is 182, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b64eeb hue: 0.78 , saturation: 0.80 and the lightness value of b64eeb is 0.61.

The process color (four color CMYK) of #b64eeb color hex is 0.23, 0.67, 0.00, 0.08. Web safe color of #b64eeb is #cc66ff. Color #b64eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001110 11101011
Octal 266 116 353
Decimal 182 78 235
Hex B6 4E EB

RGB Percentages of Color #b64eeb

%36.77
%15.76
%47.47

CMYK Percentages of Color #b64eeb

%23
%67
%0
%8

Triadic Colors of #b64eeb

#b64eeb #ebb64e #4eebb6

Analogous Colors of #b64eeb

#b64eeb #eb4ed2 #684eeb

Monochromatic Colors of #b64eeb

#b64eeb

Complementary Color

#b64eeb #83eb4e

#b64eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64eeb Color CSS Codes

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

#b64eeb Text Font Color

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

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


#b64eeb Background Color

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

This div background color is #b64eeb


#b64eeb Border Color

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

This div border color is #b64eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64eeb


Comments

No comments written yet.

Please login to write comment.