Color Hex Logo

#b566d9 Color Hex

#B566D9
(181,102,217)
0 Favorites   0 Comments

Color spaces of #b566d9

RGB 181102217
HSL0.780.600.63
HSV281°53°85°
CMYK 0.170.530.00   0.15
XYZ36.331824.336368.4281
Yxy24.33630.28140.1885
Hunter Lab49.331845.1306-47.7088
CIE-Lab56.422950.7036-46.4450

#b566d9 color RGB value is (181,102,217).

#b566d9 hex color red value is 181, green value is 102 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #b566d9 hue: 0.78 , saturation: 0.60 and the lightness value of b566d9 is 0.63.

The process color (four color CMYK) of #b566d9 color hex is 0.17, 0.53, 0.00, 0.15. Web safe color of #b566d9 is #cc66cc. Color #b566d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 11011001
Octal 265 146 331
Decimal 181 102 217
Hex B5 66 D9

RGB Percentages of Color #b566d9

%36.20
%20.40
%43.40

CMYK Percentages of Color #b566d9

%17
%53
%0
%15

Triadic Colors of #b566d9

#b566d9 #d9b566 #66d9b5

Analogous Colors of #b566d9

#b566d9 #d966c4 #7c66d9

Monochromatic Colors of #b566d9

#b566d9

Complementary Color

#b566d9 #8ad966

#b566d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566d9 Color CSS Codes

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

#b566d9 Text Font Color

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

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


#b566d9 Background Color

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

This div background color is #b566d9


#b566d9 Border Color

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

This div border color is #b566d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,102,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b566d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b566d9;
  -webkit-box-shadow: 1px 1px 3px 2px #b566d9;
  box-shadow:         1px 1px 3px 2px #b566d9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,102,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566d9


Comments

No comments written yet.

Please login to write comment.