Color Hex Logo

#b566be Color Hex

#B566BE
(181,102,190)
0 Favorites   0 Comments

Color spaces of #b566be

RGB 181102190
HSL0.820.400.57
HSV294°46°75°
CMYK 0.050.460.00   0.25
XYZ33.101723.044251.4185
Yxy23.04420.30770.2142
Hunter Lab48.004439.0781-29.9037
CIE-Lab55.117845.2399-33.1289

#b566be color RGB value is (181,102,190).

#b566be hex color red value is 181, green value is 102 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b566be hue: 0.82 , saturation: 0.40 and the lightness value of b566be is 0.57.

The process color (four color CMYK) of #b566be color hex is 0.05, 0.46, 0.00, 0.25. Web safe color of #b566be is #cc66cc. Color #b566be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 10111110
Octal 265 146 276
Decimal 181 102 190
Hex B5 66 BE

RGB Percentages of Color #b566be

%38.27
%21.56
%40.17

CMYK Percentages of Color #b566be

%5
%46
%0
%25

Triadic Colors of #b566be

#b566be #beb566 #66beb5

Analogous Colors of #b566be

#b566be #be669b #8966be

Monochromatic Colors of #b566be

#b566be

Complementary Color

#b566be #6fbe66

#b566be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566be Color CSS Codes

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

#b566be Text Font Color

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

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


#b566be Background Color

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

This div background color is #b566be


#b566be Border Color

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

This div border color is #b566be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566be


Comments

No comments written yet.

Please login to write comment.