Color Hex Logo

#b760da Color Hex

#B760DA
(183,96,218)
0 Favorites   0 Comments

Color spaces of #b760da

RGB 18396218
HSL0.790.620.62
HSV283°56°85°
CMYK 0.160.560.00   0.15
XYZ36.366223.495068.9479
Yxy23.49500.28230.1824
Hunter Lab48.471649.0955-50.4062
CIE-Lab55.578654.4576-48.3335

#b760da color RGB value is (183,96,218).

#b760da hex color red value is 183, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b760da hue: 0.79 , saturation: 0.62 and the lightness value of b760da is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 11011010
Octal 267 140 332
Decimal 183 96 218
Hex B7 60 DA

RGB Percentages of Color #b760da

%36.82
%19.32
%43.86

CMYK Percentages of Color #b760da

%16
%56
%0
%15

Triadic Colors of #b760da

#b760da #dab760 #60dab7

Analogous Colors of #b760da

#b760da #da60c0 #7a60da

Monochromatic Colors of #b760da

#b760da

Complementary Color

#b760da #83da60

#b760da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760da Color CSS Codes

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

#b760da Text Font Color

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

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


#b760da Background Color

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

This div background color is #b760da


#b760da Border Color

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

This div border color is #b760da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760da


Comments

No comments written yet.

Please login to write comment.