Color Hex Logo

#b304fd Color Hex

#B304FD
(179,4,253)
0 Favorites   0 Comments

Color spaces of #b304fd

RGB 1794253
HSL0.780.980.50
HSV282°98°99°
CMYK 0.290.980.00   0.01
XYZ36.363416.762494.2474
Yxy16.76240.24670.1137
Hunter Lab40.941986.8901-107.8250
CIE-Lab47.959387.2902-80.3299

#b304fd color RGB value is (179,4,253).

#b304fd hex color red value is 179, green value is 4 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b304fd hue: 0.78 , saturation: 0.98 and the lightness value of b304fd is 0.50.

The process color (four color CMYK) of #b304fd color hex is 0.29, 0.98, 0.00, 0.01. Web safe color of #b304fd is #cc00ff. Color #b304fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000100 11111101
Octal 263 4 375
Decimal 179 4 253
Hex B3 4 FD

RGB Percentages of Color #b304fd

%41.06
%0.92
%58.03

CMYK Percentages of Color #b304fd

%29
%98
%0
%1

Triadic Colors of #b304fd

#b304fd #fdb304 #04fdb3

Analogous Colors of #b304fd

#b304fd #fd04cb #3704fd

Monochromatic Colors of #b304fd

#b304fd

Complementary Color

#b304fd #4efd04

#b304fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b304fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b304fd Color CSS Codes

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

#b304fd Text Font Color

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

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


#b304fd Background Color

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

This div background color is #b304fd


#b304fd Border Color

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

This div border color is #b304fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b304fd


Comments

No comments written yet.

Please login to write comment.