Color Hex Logo

#b566da Color Hex

#B566DA
(181,102,218)
0 Favorites   0 Comments

Color spaces of #b566da

RGB 181102218
HSL0.780.610.63
HSV281°53°85°
CMYK 0.170.530.00   0.15
XYZ36.462324.388569.1153
Yxy24.38850.28060.1877
Hunter Lab49.384745.3690-48.4087
CIE-Lab56.474750.9145-46.9273

#b566da color RGB value is (181,102,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 11011010
Octal 265 146 332
Decimal 181 102 218
Hex B5 66 DA

RGB Percentages of Color #b566da

%36.13
%20.36
%43.51

CMYK Percentages of Color #b566da

%17
%53
%0
%15

Triadic Colors of #b566da

#b566da #dab566 #66dab5

Analogous Colors of #b566da

#b566da #da66c5 #7b66da

Monochromatic Colors of #b566da

#b566da

Complementary Color

#b566da #8bda66

#b566da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566da Color CSS Codes

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

#b566da Text Font Color

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

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


#b566da Background Color

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

This div background color is #b566da


#b566da Border Color

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

This div border color is #b566da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566da


Comments

No comments written yet.

Please login to write comment.