Color Hex Logo

#b682ff Color Hex

#B682FF
(182,130,255)
0 Favorites   0 Comments

Color spaces of #b682ff

RGB 182130255
HSL0.741.000.75
HSV265°49°100°
CMYK 0.290.490.00   0.00
XYZ45.324033.130398.6137
Yxy33.13030.25600.1871
Hunter Lab57.558939.8293-61.2882
CIE-Lab64.266344.6556-55.1135

#b682ff color RGB value is (182,130,255).

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

The process color (four color CMYK) of #b682ff color hex is 0.29, 0.49, 0.00, 0.00. Web safe color of #b682ff is #cc99ff. Color #b682ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 11111111
Octal 266 202 377
Decimal 182 130 255
Hex B6 82 FF

RGB Percentages of Color #b682ff

%32.10
%22.93
%44.97

CMYK Percentages of Color #b682ff

%29
%49
%0
%0

Triadic Colors of #b682ff

#b682ff #ffb682 #82ffb6

Analogous Colors of #b682ff

#b682ff #f582ff #828dff

Monochromatic Colors of #b682ff

#b682ff

Complementary Color

#b682ff #cbff82

#b682ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b682ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b682ff Color CSS Codes

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

#b682ff Text Font Color

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

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


#b682ff Background Color

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

This div background color is #b682ff


#b682ff Border Color

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

This div border color is #b682ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b682ff


Comments

No comments written yet.

Please login to write comment.