Color Hex Logo

#b664dd Color Hex

#B664DD
(182,100,221)
0 Favorites   0 Comments

Color spaces of #b664dd

RGB 182100221
HSL0.780.640.63
HSV281°55°87°
CMYK 0.180.550.00   0.13
XYZ36.899724.279971.1483
Yxy24.27990.27890.1835
Hunter Lab49.274647.4405-51.1174
CIE-Lab56.367052.8259-48.7821

#b664dd color RGB value is (182,100,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100100 11011101
Octal 266 144 335
Decimal 182 100 221
Hex B6 64 DD

RGB Percentages of Color #b664dd

%36.18
%19.88
%43.94

CMYK Percentages of Color #b664dd

%18
%55
%0
%13

Triadic Colors of #b664dd

#b664dd #ddb664 #64ddb6

Analogous Colors of #b664dd

#b664dd #dd64c8 #7a64dd

Monochromatic Colors of #b664dd

#b664dd

Complementary Color

#b664dd #8bdd64

#b664dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b664dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b664dd Color CSS Codes

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

#b664dd Text Font Color

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

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


#b664dd Background Color

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

This div background color is #b664dd


#b664dd Border Color

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

This div border color is #b664dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b664dd


Comments

No comments written yet.

Please login to write comment.