Color Hex Logo

#b682ef Color Hex

#B682EF
(182,130,239)
0 Favorites   0 Comments

Color spaces of #b682ef

RGB 182130239
HSL0.750.770.72
HSV269°46°94°
CMYK 0.240.460.00   0.06
XYZ42.854032.142385.6068
Yxy32.14230.26680.2001
Hunter Lab56.694235.7098-49.8405
CIE-Lab63.460340.9006-47.5914

#b682ef color RGB value is (182,130,239).

#b682ef hex color red value is 182, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b682ef hue: 0.75 , saturation: 0.77 and the lightness value of b682ef is 0.72.

The process color (four color CMYK) of #b682ef color hex is 0.24, 0.46, 0.00, 0.06. Web safe color of #b682ef is #cc99ff. Color #b682ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 11101111
Octal 266 202 357
Decimal 182 130 239
Hex B6 82 EF

RGB Percentages of Color #b682ef

%33.03
%23.59
%43.38

CMYK Percentages of Color #b682ef

%24
%46
%0
%6

Triadic Colors of #b682ef

#b682ef #efb682 #82efb6

Analogous Colors of #b682ef

#b682ef #ed82ef #8285ef

Monochromatic Colors of #b682ef

#b682ef

Complementary Color

#b682ef #bbef82

#b682ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b682ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b682ef Color CSS Codes

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

#b682ef Text Font Color

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

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


#b682ef Background Color

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

This div background color is #b682ef


#b682ef Border Color

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

This div border color is #b682ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b682ef


Comments

No comments written yet.

Please login to write comment.