Color Hex Logo

#b760ec Color Hex

#B760EC
(183,96,236)
0 Favorites   0 Comments

Color spaces of #b760ec

RGB 18396236
HSL0.770.790.65
HSV277°59°93°
CMYK 0.220.590.00   0.07
XYZ38.851624.489282.0361
Yxy24.48920.26720.1685
Hunter Lab49.486653.5378-63.6471
CIE-Lab56.574358.2534-56.8608

#b760ec color RGB value is (183,96,236).

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

The process color (four color CMYK) of #b760ec color hex is 0.22, 0.59, 0.00, 0.07. Web safe color of #b760ec is #cc66ff. Color #b760ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 11101100
Octal 267 140 354
Decimal 183 96 236
Hex B7 60 EC

RGB Percentages of Color #b760ec

%35.53
%18.64
%45.83

CMYK Percentages of Color #b760ec

%22
%59
%0
%7

Triadic Colors of #b760ec

#b760ec #ecb760 #60ecb7

Analogous Colors of #b760ec

#b760ec #ec60db #7160ec

Monochromatic Colors of #b760ec

#b760ec

Complementary Color

#b760ec #95ec60

#b760ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760ec Color CSS Codes

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

#b760ec Text Font Color

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

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


#b760ec Background Color

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

This div background color is #b760ec


#b760ec Border Color

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

This div border color is #b760ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760ec


Comments

No comments written yet.

Please login to write comment.