Color Hex Logo

#b464dd Color Hex

#B464DD
(180,100,221)
0 Favorites   0 Comments

Color spaces of #b464dd

RGB 180100221
HSL0.780.640.63
HSV280°55°87°
CMYK 0.190.550.00   0.13
XYZ36.430724.038171.1263
Yxy24.03810.27680.1827
Hunter Lab49.028746.8341-51.6924
CIE-Lab56.125952.3129-49.1798

#b464dd color RGB value is (180,100,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 11011101
Octal 264 144 335
Decimal 180 100 221
Hex B4 64 DD

RGB Percentages of Color #b464dd

%35.93
%19.96
%44.11

CMYK Percentages of Color #b464dd

%19
%55
%0
%13

Triadic Colors of #b464dd

#b464dd #ddb464 #64ddb4

Analogous Colors of #b464dd

#b464dd #dd64ca #7864dd

Monochromatic Colors of #b464dd

#b464dd

Complementary Color

#b464dd #8ddd64

#b464dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b464dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b464dd Color CSS Codes

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

#b464dd Text Font Color

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

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


#b464dd Background Color

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

This div background color is #b464dd


#b464dd Border Color

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

This div border color is #b464dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b464dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b464dd


Comments

No comments written yet.

Please login to write comment.