Color Hex Logo

#b656ea Color Hex

#B656EA
(182,86,234)
0 Favorites   0 Comments

Color spaces of #b656ea

RGB 18286234
HSL0.770.780.63
HSV279°63°92°
CMYK 0.220.630.00   0.08
XYZ37.470522.541280.2179
Yxy22.54120.26720.1607
Hunter Lab47.477657.7910-66.9418
CIE-Lab54.596662.3279-58.9161

#b656ea color RGB value is (182,86,234).

#b656ea hex color red value is 182, green value is 86 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b656ea hue: 0.77 , saturation: 0.78 and the lightness value of b656ea is 0.63.

The process color (four color CMYK) of #b656ea color hex is 0.22, 0.63, 0.00, 0.08. Web safe color of #b656ea is #cc66ff. Color #b656ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 11101010
Octal 266 126 352
Decimal 182 86 234
Hex B6 56 EA

RGB Percentages of Color #b656ea

%36.25
%17.13
%46.61

CMYK Percentages of Color #b656ea

%22
%63
%0
%8

Triadic Colors of #b656ea

#b656ea #eab656 #56eab6

Analogous Colors of #b656ea

#b656ea #ea56d4 #6c56ea

Monochromatic Colors of #b656ea

#b656ea

Complementary Color

#b656ea #8aea56

#b656ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b656ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b656ea Color CSS Codes

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

#b656ea Text Font Color

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

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


#b656ea Background Color

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

This div background color is #b656ea


#b656ea Border Color

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

This div border color is #b656ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b656ea


Comments

No comments written yet.

Please login to write comment.