Color Hex Logo

#b770ba Color Hex

#B770BA
(183,112,186)
0 Favorites   0 Comments

Color spaces of #b770ba

RGB 183112186
HSL0.830.350.58
HSV298°40°73°
CMYK 0.020.400.00   0.27
XYZ34.185525.200849.5168
Yxy25.20080.31390.2314
Hunter Lab50.200433.7043-23.3423
CIE-Lab57.270539.7591-27.4731

#b770ba color RGB value is (183,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 10111010
Octal 267 160 272
Decimal 183 112 186
Hex B7 70 BA

RGB Percentages of Color #b770ba

%38.05
%23.28
%38.67

CMYK Percentages of Color #b770ba

%2
%40
%0
%27

Triadic Colors of #b770ba

#b770ba #bab770 #70bab7

Analogous Colors of #b770ba

#b770ba #ba7098 #9270ba

Monochromatic Colors of #b770ba

#b770ba

Complementary Color

#b770ba #73ba70

#b770ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b770ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b770ba Color CSS Codes

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

#b770ba Text Font Color

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

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


#b770ba Background Color

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

This div background color is #b770ba


#b770ba Border Color

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

This div border color is #b770ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b770ba


Comments

No comments written yet.

Please login to write comment.