Color Hex Logo

#b760df Color Hex

#B760DF
(183,96,223)
0 Favorites   0 Comments

Color spaces of #b760df

RGB 18396223
HSL0.780.660.63
HSV281°57°87°
CMYK 0.180.570.00   0.13
XYZ37.030623.760772.4466
Yxy23.76070.27790.1783
Hunter Lab48.744950.2994-53.9976
CIE-Lab55.847455.4961-50.7272

#b760df color RGB value is (183,96,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 11011111
Octal 267 140 337
Decimal 183 96 223
Hex B7 60 DF

RGB Percentages of Color #b760df

%36.45
%19.12
%44.42

CMYK Percentages of Color #b760df

%18
%57
%0
%13

Triadic Colors of #b760df

#b760df #dfb760 #60dfb7

Analogous Colors of #b760df

#b760df #df60c8 #7860df

Monochromatic Colors of #b760df

#b760df

Complementary Color

#b760df #88df60

#b760df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760df Color CSS Codes

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

#b760df Text Font Color

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

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


#b760df Background Color

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

This div background color is #b760df


#b760df Border Color

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

This div border color is #b760df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760df


Comments

No comments written yet.

Please login to write comment.