Color Hex Logo

#b670ba Color Hex

#B670BA
(182,112,186)
0 Favorites   0 Comments

Color spaces of #b670ba

RGB 182112186
HSL0.820.350.58
HSV297°40°73°
CMYK 0.020.400.00   0.27
XYZ33.948525.078649.5057
Yxy25.07860.31280.2311
Hunter Lab50.078533.3686-23.5568
CIE-Lab57.151939.4468-27.6661

#b670ba color RGB value is (182,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 10111010
Octal 266 160 272
Decimal 182 112 186
Hex B6 70 BA

RGB Percentages of Color #b670ba

%37.92
%23.33
%38.75

CMYK Percentages of Color #b670ba

%2
%40
%0
%27

Triadic Colors of #b670ba

#b670ba #bab670 #70bab6

Analogous Colors of #b670ba

#b670ba #ba7099 #9170ba

Monochromatic Colors of #b670ba

#b670ba

Complementary Color

#b670ba #74ba70

#b670ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b670ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b670ba Color CSS Codes

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

#b670ba Text Font Color

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

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


#b670ba Background Color

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

This div background color is #b670ba


#b670ba Border Color

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

This div border color is #b670ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b670ba


Comments

No comments written yet.

Please login to write comment.