Color Hex Logo

#b669eb Color Hex

#B669EB
(182,105,235)
0 Favorites   0 Comments

Color spaces of #b669eb

RGB 182105235
HSL0.770.760.67
HSV276°55°92°
CMYK 0.230.550.00   0.08
XYZ39.338426.046481.5514
Yxy26.04640.26770.1773
Hunter Lab51.035748.2757-59.0163
CIE-Lab58.081153.3021-53.9038

#b669eb color RGB value is (182,105,235).

#b669eb hex color red value is 182, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b669eb hue: 0.77 , saturation: 0.76 and the lightness value of b669eb is 0.67.

The process color (four color CMYK) of #b669eb color hex is 0.23, 0.55, 0.00, 0.08. Web safe color of #b669eb is #cc66ff. Color #b669eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 11101011
Octal 266 151 353
Decimal 182 105 235
Hex B6 69 EB

RGB Percentages of Color #b669eb

%34.87
%20.11
%45.02

CMYK Percentages of Color #b669eb

%23
%55
%0
%8

Triadic Colors of #b669eb

#b669eb #ebb669 #69ebb6

Analogous Colors of #b669eb

#b669eb #eb69df #7569eb

Monochromatic Colors of #b669eb

#b669eb

Complementary Color

#b669eb #9eeb69

#b669eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b669eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b669eb Color CSS Codes

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

#b669eb Text Font Color

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

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


#b669eb Background Color

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

This div background color is #b669eb


#b669eb Border Color

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

This div border color is #b669eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b669eb


Comments

No comments written yet.

Please login to write comment.