Color Hex Logo

#b669ee Color Hex

#B669EE
(182,105,238)
0 Favorites   0 Comments

Color spaces of #b669ee

RGB 182105238
HSL0.760.800.67
HSV275°56°93°
CMYK 0.240.560.00   0.07
XYZ39.775626.221383.8537
Yxy26.22130.26540.1750
Hunter Lab51.206749.0408-61.2457
CIE-Lab58.246553.9643-55.3119

#b669ee color RGB value is (182,105,238).

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

The process color (four color CMYK) of #b669ee color hex is 0.24, 0.56, 0.00, 0.07. Web safe color of #b669ee is #cc66ff. Color #b669ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 11101110
Octal 266 151 356
Decimal 182 105 238
Hex B6 69 EE

RGB Percentages of Color #b669ee

%34.67
%20.00
%45.33

CMYK Percentages of Color #b669ee

%24
%56
%0
%7

Triadic Colors of #b669ee

#b669ee #eeb669 #69eeb6

Analogous Colors of #b669ee

#b669ee #ee69e4 #7469ee

Monochromatic Colors of #b669ee

#b669ee

Complementary Color

#b669ee #a1ee69

#b669ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b669ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b669ee Color CSS Codes

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

#b669ee Text Font Color

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

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


#b669ee Background Color

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

This div background color is #b669ee


#b669ee Border Color

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

This div border color is #b669ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b669ee


Comments

No comments written yet.

Please login to write comment.