Color Hex Logo

#b466d6 Color Hex

#B466D6
(180,102,214)
0 Favorites   0 Comments

Color spaces of #b466d6

RGB 180102214
HSL0.780.580.62
HSV282°52°84°
CMYK 0.160.520.00   0.16
XYZ35.711424.061166.3804
Yxy24.06110.28310.1907
Hunter Lab49.052144.1121-45.8985
CIE-Lab56.148949.8074-45.1913

#b466d6 color RGB value is (180,102,214).

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

The process color (four color CMYK) of #b466d6 color hex is 0.16, 0.52, 0.00, 0.16. Web safe color of #b466d6 is #cc66cc. Color #b466d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 11010110
Octal 264 146 326
Decimal 180 102 214
Hex B4 66 D6

RGB Percentages of Color #b466d6

%36.29
%20.56
%43.15

CMYK Percentages of Color #b466d6

%16
%52
%0
%16

Triadic Colors of #b466d6

#b466d6 #d6b466 #66d6b4

Analogous Colors of #b466d6

#b466d6 #d666c0 #7c66d6

Monochromatic Colors of #b466d6

#b466d6

Complementary Color

#b466d6 #88d666

#b466d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b466d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b466d6 Color CSS Codes

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

#b466d6 Text Font Color

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

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


#b466d6 Background Color

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

This div background color is #b466d6


#b466d6 Border Color

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

This div border color is #b466d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b466d6


Comments

No comments written yet.

Please login to write comment.