Color Hex Logo

#b685ea Color Hex

#B685EA
(182,133,234)
0 Favorites   0 Comments

Color spaces of #b685ea

RGB 182133234
HSL0.750.710.72
HSV269°43°92°
CMYK 0.220.430.00   0.08
XYZ42.530232.660781.9045
Yxy32.66070.27070.2079
Hunter Lab57.149532.8265-44.9674
CIE-Lab63.885238.1010-44.1584

#b685ea color RGB value is (182,133,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 11101010
Octal 266 205 352
Decimal 182 133 234
Hex B6 85 EA

RGB Percentages of Color #b685ea

%33.15
%24.23
%42.62

CMYK Percentages of Color #b685ea

%22
%43
%0
%8

Triadic Colors of #b685ea

#b685ea #eab685 #85eab6

Analogous Colors of #b685ea

#b685ea #e985ea #8587ea

Monochromatic Colors of #b685ea

#b685ea

Complementary Color

#b685ea #b9ea85

#b685ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685ea Color CSS Codes

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

#b685ea Text Font Color

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

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


#b685ea Background Color

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

This div background color is #b685ea


#b685ea Border Color

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

This div border color is #b685ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685ea


Comments

No comments written yet.

Please login to write comment.