Color Hex Logo

#b334bf Color Hex

#B334BF
(179,52,191)
0 Favorites   0 Comments

Color spaces of #b334bf

RGB 17952191
HSL0.820.570.48
HSV295°73°75°
CMYK 0.060.730.00   0.25
XYZ29.222415.801350.8000
Yxy15.80130.30500.1649
Hunter Lab39.750861.6583-47.9447
CIE-Lab46.712767.1519-46.9935

#b334bf color RGB value is (179,52,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 10111111
Octal 263 64 277
Decimal 179 52 191
Hex B3 34 BF

RGB Percentages of Color #b334bf

%42.42
%12.32
%45.26

CMYK Percentages of Color #b334bf

%6
%73
%0
%25

Triadic Colors of #b334bf

#b334bf #bfb334 #34bfb3

Analogous Colors of #b334bf

#b334bf #bf3486 #6e34bf

Monochromatic Colors of #b334bf

#b334bf

Complementary Color

#b334bf #40bf34

#b334bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b334bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b334bf Color CSS Codes

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

#b334bf Text Font Color

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

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


#b334bf Background Color

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

This div background color is #b334bf


#b334bf Border Color

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

This div border color is #b334bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b334bf


Comments

No comments written yet.

Please login to write comment.