Color Hex Logo

#b683ea Color Hex

#B683EA
(182,131,234)
0 Favorites   0 Comments

Color spaces of #b683ea

RGB 182131234
HSL0.750.710.72
HSV270°44°92°
CMYK 0.220.440.00   0.08
XYZ42.259032.118281.8140
Yxy32.11820.27060.2056
Hunter Lab56.672933.9235-45.9210
CIE-Lab63.440539.2035-44.8582

#b683ea color RGB value is (182,131,234).

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

The process color (four color CMYK) of #b683ea color hex is 0.22, 0.44, 0.00, 0.08. Web safe color of #b683ea is #cc99ff. Color #b683ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000011 11101010
Octal 266 203 352
Decimal 182 131 234
Hex B6 83 EA

RGB Percentages of Color #b683ea

%33.27
%23.95
%42.78

CMYK Percentages of Color #b683ea

%22
%44
%0
%8

Triadic Colors of #b683ea

#b683ea #eab683 #83eab6

Analogous Colors of #b683ea

#b683ea #ea83ea #8384ea

Monochromatic Colors of #b683ea

#b683ea

Complementary Color

#b683ea #b7ea83

#b683ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b683ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b683ea Color CSS Codes

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

#b683ea Text Font Color

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

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


#b683ea Background Color

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

This div background color is #b683ea


#b683ea Border Color

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

This div border color is #b683ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b683ea


Comments

No comments written yet.

Please login to write comment.