Color Hex Logo

#b761ba Color Hex

#B761BA
(183,97,186)
0 Favorites   0 Comments

Color spaces of #b761ba

RGB 18397186
HSL0.830.390.55
HSV298°48°73°
CMYK 0.020.480.00   0.27
XYZ32.666122.161849.0103
Yxy22.16180.31460.2134
Hunter Lab47.076341.4770-28.7723
CIE-Lab54.198347.6537-32.2439

#b761ba color RGB value is (183,97,186).

#b761ba hex color red value is 183, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b761ba hue: 0.83 , saturation: 0.39 and the lightness value of b761ba is 0.55.

The process color (four color CMYK) of #b761ba color hex is 0.02, 0.48, 0.00, 0.27. Web safe color of #b761ba is #cc66cc. Color #b761ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 10111010
Octal 267 141 272
Decimal 183 97 186
Hex B7 61 BA

RGB Percentages of Color #b761ba

%39.27
%20.82
%39.91

CMYK Percentages of Color #b761ba

%2
%48
%0
%27

Triadic Colors of #b761ba

#b761ba #bab761 #61bab7

Analogous Colors of #b761ba

#b761ba #ba6191 #8b61ba

Monochromatic Colors of #b761ba

#b761ba

Complementary Color

#b761ba #64ba61

#b761ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761ba Color CSS Codes

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

#b761ba Text Font Color

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

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


#b761ba Background Color

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

This div background color is #b761ba


#b761ba Border Color

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

This div border color is #b761ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761ba


Comments

No comments written yet.

Please login to write comment.