Color Hex Logo

#b681eb Color Hex

#B681EB
(182,129,235)
0 Favorites   0 Comments

Color spaces of #b681eb

RGB 182129235
HSL0.750.730.71
HSV270°45°92°
CMYK 0.230.450.00   0.08
XYZ42.137131.643882.4843
Yxy31.64380.26970.2025
Hunter Lab56.252835.2659-47.5608
CIE-Lab63.047440.5304-46.0312

#b681eb color RGB value is (182,129,235).

#b681eb hex color red value is 182, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b681eb hue: 0.75 , saturation: 0.73 and the lightness value of b681eb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 11101011
Octal 266 201 353
Decimal 182 129 235
Hex B6 81 EB

RGB Percentages of Color #b681eb

%33.33
%23.63
%43.04

CMYK Percentages of Color #b681eb

%23
%45
%0
%8

Triadic Colors of #b681eb

#b681eb #ebb681 #81ebb6

Analogous Colors of #b681eb

#b681eb #eb81eb #8181eb

Monochromatic Colors of #b681eb

#b681eb

Complementary Color

#b681eb #b6eb81

#b681eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b681eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b681eb Color CSS Codes

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

#b681eb Text Font Color

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

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


#b681eb Background Color

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

This div background color is #b681eb


#b681eb Border Color

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

This div border color is #b681eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b681eb


Comments

No comments written yet.

Please login to write comment.