Color Hex Logo

#b760dc Color Hex

#B760DC
(183,96,220)
0 Favorites   0 Comments

Color spaces of #b760dc

RGB 18396220
HSL0.780.640.62
HSV282°56°86°
CMYK 0.170.560.00   0.14
XYZ36.629623.600370.3349
Yxy23.60030.28050.1808
Hunter Lab48.580149.5744-51.8347
CIE-Lab55.685454.8716-49.2934

#b760dc color RGB value is (183,96,220).

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

The process color (four color CMYK) of #b760dc color hex is 0.17, 0.56, 0.00, 0.14. Web safe color of #b760dc is #cc66cc. Color #b760dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 11011100
Octal 267 140 334
Decimal 183 96 220
Hex B7 60 DC

RGB Percentages of Color #b760dc

%36.67
%19.24
%44.09

CMYK Percentages of Color #b760dc

%17
%56
%0
%14

Triadic Colors of #b760dc

#b760dc #dcb760 #60dcb7

Analogous Colors of #b760dc

#b760dc #dc60c3 #7960dc

Monochromatic Colors of #b760dc

#b760dc

Complementary Color

#b760dc #85dc60

#b760dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760dc Color CSS Codes

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

#b760dc Text Font Color

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

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


#b760dc Background Color

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

This div background color is #b760dc


#b760dc Border Color

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

This div border color is #b760dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760dc


Comments

No comments written yet.

Please login to write comment.