Color Hex Logo

#b689ec Color Hex

#B689EC
(182,137,236)
0 Favorites   0 Comments

Color spaces of #b689ec

RGB 182137236
HSL0.740.720.73
HSV267°42°93°
CMYK 0.230.420.00   0.07
XYZ43.377433.892583.6126
Yxy33.89250.26960.2107
Hunter Lab58.217331.1193-44.4012
CIE-Lab64.877236.3481-43.7039

#b689ec color RGB value is (182,137,236).

#b689ec hex color red value is 182, green value is 137 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b689ec hue: 0.74 , saturation: 0.72 and the lightness value of b689ec is 0.73.

The process color (four color CMYK) of #b689ec color hex is 0.23, 0.42, 0.00, 0.07. Web safe color of #b689ec is #cc99ff. Color #b689ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 11101100
Octal 266 211 354
Decimal 182 137 236
Hex B6 89 EC

RGB Percentages of Color #b689ec

%32.79
%24.68
%42.52

CMYK Percentages of Color #b689ec

%23
%42
%0
%7

Triadic Colors of #b689ec

#b689ec #ecb689 #89ecb6

Analogous Colors of #b689ec

#b689ec #e889ec #898eec

Monochromatic Colors of #b689ec

#b689ec

Complementary Color

#b689ec #bfec89

#b689ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b689ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b689ec Color CSS Codes

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

#b689ec Text Font Color

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

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


#b689ec Background Color

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

This div background color is #b689ec


#b689ec Border Color

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

This div border color is #b689ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b689ec


Comments

No comments written yet.

Please login to write comment.