Color Hex Logo

#b659ec Color Hex

#B659EC
(182,89,236)
0 Favorites   0 Comments

Color spaces of #b659ec

RGB 18289236
HSL0.770.790.64
HSV278°62°93°
CMYK 0.230.620.00   0.07
XYZ38.004123.146081.8215
Yxy23.14600.26580.1619
Hunter Lab48.110356.8108-67.1577
CIE-Lab55.222461.3625-59.0329

#b659ec color RGB value is (182,89,236).

#b659ec hex color red value is 182, green value is 89 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b659ec hue: 0.77 , saturation: 0.79 and the lightness value of b659ec is 0.64.

The process color (four color CMYK) of #b659ec color hex is 0.23, 0.62, 0.00, 0.07. Web safe color of #b659ec is #cc66ff. Color #b659ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 11101100
Octal 266 131 354
Decimal 182 89 236
Hex B6 59 EC

RGB Percentages of Color #b659ec

%35.90
%17.55
%46.55

CMYK Percentages of Color #b659ec

%23
%62
%0
%7

Triadic Colors of #b659ec

#b659ec #ecb659 #59ecb6

Analogous Colors of #b659ec

#b659ec #ec59d9 #6d59ec

Monochromatic Colors of #b659ec

#b659ec

Complementary Color

#b659ec #8fec59

#b659ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b659ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b659ec Color CSS Codes

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

#b659ec Text Font Color

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

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


#b659ec Background Color

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

This div background color is #b659ec


#b659ec Border Color

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

This div border color is #b659ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b659ec


Comments

No comments written yet.

Please login to write comment.