Color Hex Logo

#b760bc Color Hex

#B760BC
(183,96,188)
0 Favorites   0 Comments

Color spaces of #b760bc

RGB 18396188
HSL0.820.410.56
HSV297°49°74°
CMYK 0.030.490.00   0.26
XYZ32.788422.063950.1076
Yxy22.06390.31240.2102
Hunter Lab46.972242.3984-30.3670
CIE-Lab54.094748.5364-33.5579

#b760bc color RGB value is (183,96,188).

#b760bc hex color red value is 183, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b760bc hue: 0.82 , saturation: 0.41 and the lightness value of b760bc is 0.56.

The process color (four color CMYK) of #b760bc color hex is 0.03, 0.49, 0.00, 0.26. Web safe color of #b760bc is #cc66cc. Color #b760bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 10111100
Octal 267 140 274
Decimal 183 96 188
Hex B7 60 BC

RGB Percentages of Color #b760bc

%39.19
%20.56
%40.26

CMYK Percentages of Color #b760bc

%3
%49
%0
%26

Triadic Colors of #b760bc

#b760bc #bcb760 #60bcb7

Analogous Colors of #b760bc

#b760bc #bc6093 #8960bc

Monochromatic Colors of #b760bc

#b760bc

Complementary Color

#b760bc #65bc60

#b760bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760bc Color CSS Codes

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

#b760bc Text Font Color

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

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


#b760bc Background Color

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

This div background color is #b760bc


#b760bc Border Color

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

This div border color is #b760bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760bc


Comments

No comments written yet.

Please login to write comment.