Color Hex Logo

#b660df Color Hex

#B660DF
(182,96,223)
0 Favorites   0 Comments

Color spaces of #b660df

RGB 18296223
HSL0.780.660.63
HSV281°57°87°
CMYK 0.180.570.00   0.13
XYZ36.793623.638572.4355
Yxy23.63850.27690.1779
Hunter Lab48.619449.9989-54.2994
CIE-Lab55.724055.2472-50.9310

#b660df color RGB value is (182,96,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 11011111
Octal 266 140 337
Decimal 182 96 223
Hex B6 60 DF

RGB Percentages of Color #b660df

%36.33
%19.16
%44.51

CMYK Percentages of Color #b660df

%18
%57
%0
%13

Triadic Colors of #b660df

#b660df #dfb660 #60dfb6

Analogous Colors of #b660df

#b660df #df60c9 #7760df

Monochromatic Colors of #b660df

#b660df

Complementary Color

#b660df #89df60

#b660df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b660df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b660df Color CSS Codes

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

#b660df Text Font Color

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

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


#b660df Background Color

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

This div background color is #b660df


#b660df Border Color

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

This div border color is #b660df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,96,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b660df


Comments

No comments written yet.

Please login to write comment.