Color Hex Logo

#b304bb Color Hex

#B304BB
(179,4,187)
0 Favorites   0 Comments

Color spaces of #b304bb

RGB 1794187
HSL0.830.960.37
HSV297°98°73°
CMYK 0.040.980.00   0.27
XYZ27.603513.258448.1180
Yxy13.25840.31020.1490
Hunter Lab36.412171.5972-52.8623
CIE-Lab43.150076.1577-50.3567

#b304bb color RGB value is (179,4,187).

#b304bb hex color red value is 179, green value is 4 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b304bb hue: 0.83 , saturation: 0.96 and the lightness value of b304bb is 0.37.

The process color (four color CMYK) of #b304bb color hex is 0.04, 0.98, 0.00, 0.27. Web safe color of #b304bb is #cc00cc. Color #b304bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000100 10111011
Octal 263 4 273
Decimal 179 4 187
Hex B3 4 BB

RGB Percentages of Color #b304bb

%48.38
%1.08
%50.54

CMYK Percentages of Color #b304bb

%4
%98
%0
%27

Triadic Colors of #b304bb

#b304bb #bbb304 #04bbb3

Analogous Colors of #b304bb

#b304bb #bb0468 #5804bb

Monochromatic Colors of #b304bb

#b304bb

Complementary Color

#b304bb #0cbb04

#b304bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b304bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b304bb Color CSS Codes

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

#b304bb Text Font Color

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

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


#b304bb Background Color

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

This div background color is #b304bb


#b304bb Border Color

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

This div border color is #b304bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b304bb


Comments

No comments written yet.

Please login to write comment.