Color Hex Logo

#b034bf Color Hex

#B034BF
(176,52,191)
0 Favorites   0 Comments

Color spaces of #b034bf

RGB 17652191
HSL0.820.570.48
HSV294°73°75°
CMYK 0.080.730.00   0.25
XYZ28.536515.447750.7679
Yxy15.44770.30120.1630
Hunter Lab39.303660.8194-49.0716
CIE-Lab46.241466.5223-47.7734

#b034bf color RGB value is (176,52,191).

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

The process color (four color CMYK) of #b034bf color hex is 0.08, 0.73, 0.00, 0.25. Web safe color of #b034bf is #9933cc. Color #b034bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110100 10111111
Octal 260 64 277
Decimal 176 52 191
Hex B0 34 BF

RGB Percentages of Color #b034bf

%42.00
%12.41
%45.58

CMYK Percentages of Color #b034bf

%8
%73
%0
%25

Triadic Colors of #b034bf

#b034bf #bfb034 #34bfb0

Analogous Colors of #b034bf

#b034bf #bf3489 #6b34bf

Monochromatic Colors of #b034bf

#b034bf

Complementary Color

#b034bf #43bf34

#b034bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b034bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b034bf Color CSS Codes

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

#b034bf Text Font Color

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

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


#b034bf Background Color

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

This div background color is #b034bf


#b034bf Border Color

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

This div border color is #b034bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b034bf


Comments

No comments written yet.

Please login to write comment.