Color Hex Logo

#b690eb Color Hex

#B690EB
(182,144,235)
0 Favorites   0 Comments

Color spaces of #b690eb

RGB 182144235
HSL0.740.690.74
HSV265°39°92°
CMYK 0.230.390.00   0.08
XYZ44.260135.889883.1919
Yxy35.88980.27100.2197
Hunter Lab59.908127.0366-40.3979
CIE-Lab66.435632.2242-40.7092

#b690eb color RGB value is (182,144,235).

#b690eb hex color red value is 182, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b690eb hue: 0.74 , saturation: 0.69 and the lightness value of b690eb is 0.74.

The process color (four color CMYK) of #b690eb color hex is 0.23, 0.39, 0.00, 0.08. Web safe color of #b690eb is #cc99ff. Color #b690eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 11101011
Octal 266 220 353
Decimal 182 144 235
Hex B6 90 EB

RGB Percentages of Color #b690eb

%32.44
%25.67
%41.89

CMYK Percentages of Color #b690eb

%23
%39
%0
%8

Triadic Colors of #b690eb

#b690eb #ebb690 #90ebb6

Analogous Colors of #b690eb

#b690eb #e490eb #9098eb

Monochromatic Colors of #b690eb

#b690eb

Complementary Color

#b690eb #c5eb90

#b690eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b690eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b690eb Color CSS Codes

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

#b690eb Text Font Color

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

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


#b690eb Background Color

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

This div background color is #b690eb


#b690eb Border Color

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

This div border color is #b690eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,144,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 #b690eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b690eb


Comments

No comments written yet.

Please login to write comment.