Color Hex Logo

#b764ba Color Hex

#B764BA
(183,100,186)
0 Favorites   0 Comments

Color spaces of #b764ba

RGB 183100186
HSL0.830.380.56
HSV298°46°73°
CMYK 0.020.460.00   0.27
XYZ32.948522.726849.1045
Yxy22.72680.31450.2169
Hunter Lab47.672639.9415-27.7000
CIE-Lab54.789846.1102-31.3221

#b764ba color RGB value is (183,100,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 10111010
Octal 267 144 272
Decimal 183 100 186
Hex B7 64 BA

RGB Percentages of Color #b764ba

%39.02
%21.32
%39.66

CMYK Percentages of Color #b764ba

%2
%46
%0
%27

Triadic Colors of #b764ba

#b764ba #bab764 #64bab7

Analogous Colors of #b764ba

#b764ba #ba6492 #8c64ba

Monochromatic Colors of #b764ba

#b764ba

Complementary Color

#b764ba #67ba64

#b764ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b764ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b764ba Color CSS Codes

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

#b764ba Text Font Color

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

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


#b764ba Background Color

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

This div background color is #b764ba


#b764ba Border Color

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

This div border color is #b764ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b764ba


Comments

No comments written yet.

Please login to write comment.