Color Hex Logo

#b340bf Color Hex

#B340BF
(179,64,191)
0 Favorites   0 Comments

Color spaces of #b340bf

RGB 17964191
HSL0.820.500.50
HSV294°66°75°
CMYK 0.060.660.00   0.25
XYZ29.827817.012151.0018
Yxy17.01210.30490.1739
Hunter Lab41.245756.9064-44.4422
CIE-Lab48.275362.7312-44.5045

#b340bf color RGB value is (179,64,191).

#b340bf hex color red value is 179, green value is 64 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b340bf hue: 0.82 , saturation: 0.50 and the lightness value of b340bf is 0.50.

The process color (four color CMYK) of #b340bf color hex is 0.06, 0.66, 0.00, 0.25. Web safe color of #b340bf is #cc33cc. Color #b340bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000000 10111111
Octal 263 100 277
Decimal 179 64 191
Hex B3 40 BF

RGB Percentages of Color #b340bf

%41.24
%14.75
%44.01

CMYK Percentages of Color #b340bf

%6
%66
%0
%25

Triadic Colors of #b340bf

#b340bf #bfb340 #40bfb3

Analogous Colors of #b340bf

#b340bf #bf408c #7440bf

Monochromatic Colors of #b340bf

#b340bf

Complementary Color

#b340bf #4cbf40

#b340bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b340bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b340bf Color CSS Codes

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

#b340bf Text Font Color

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

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


#b340bf Background Color

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

This div background color is #b340bf


#b340bf Border Color

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

This div border color is #b340bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,64,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b340bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b340bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b340bf;
  box-shadow:         1px 1px 3px 2px #b340bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,64,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b340bf


Comments

No comments written yet.

Please login to write comment.