Color Hex Logo

#b466dc Color Hex

#B466DC
(180,102,220)
0 Favorites   0 Comments

Color spaces of #b466dc

RGB 180102220
HSL0.780.630.63
HSV280°54°86°
CMYK 0.180.540.00   0.14
XYZ36.492024.373370.4913
Yxy24.37330.27780.1856
Hunter Lab49.369345.5444-50.0979
CIE-Lab56.459651.0781-48.0865

#b466dc color RGB value is (180,102,220).

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

The process color (four color CMYK) of #b466dc color hex is 0.18, 0.54, 0.00, 0.14. Web safe color of #b466dc is #cc66cc. Color #b466dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 11011100
Octal 264 146 334
Decimal 180 102 220
Hex B4 66 DC

RGB Percentages of Color #b466dc

%35.86
%20.32
%43.82

CMYK Percentages of Color #b466dc

%18
%54
%0
%14

Triadic Colors of #b466dc

#b466dc #dcb466 #66dcb4

Analogous Colors of #b466dc

#b466dc #dc66c9 #7966dc

Monochromatic Colors of #b466dc

#b466dc

Complementary Color

#b466dc #8edc66

#b466dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b466dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b466dc Color CSS Codes

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

#b466dc Text Font Color

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

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


#b466dc Background Color

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

This div background color is #b466dc


#b466dc Border Color

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

This div border color is #b466dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b466dc


Comments

No comments written yet.

Please login to write comment.