Color Hex Logo

#b564dd Color Hex

#B564DD
(181,100,221)
0 Favorites   0 Comments

Color spaces of #b564dd

RGB 181100221
HSL0.780.640.63
HSV280°55°87°
CMYK 0.180.550.00   0.13
XYZ36.664424.158671.1373
Yxy24.15860.27780.1831
Hunter Lab49.151447.1368-51.4050
CIE-Lab56.246252.5692-48.9813

#b564dd color RGB value is (181,100,221).

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

The process color (four color CMYK) of #b564dd color hex is 0.18, 0.55, 0.00, 0.13. Web safe color of #b564dd is #cc66cc. Color #b564dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100100 11011101
Octal 265 144 335
Decimal 181 100 221
Hex B5 64 DD

RGB Percentages of Color #b564dd

%36.06
%19.92
%44.02

CMYK Percentages of Color #b564dd

%18
%55
%0
%13

Triadic Colors of #b564dd

#b564dd #ddb564 #64ddb5

Analogous Colors of #b564dd

#b564dd #dd64c9 #7964dd

Monochromatic Colors of #b564dd

#b564dd

Complementary Color

#b564dd #8cdd64

#b564dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b564dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b564dd Color CSS Codes

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

#b564dd Text Font Color

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

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


#b564dd Background Color

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

This div background color is #b564dd


#b564dd Border Color

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

This div border color is #b564dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b564dd


Comments

No comments written yet.

Please login to write comment.