Color Hex Logo

#b604fd Color Hex

#B604FD
(182,4,253)
0 Favorites   0 Comments

Color spaces of #b604fd

RGB 1824253
HSL0.790.980.50
HSV283°98°99°
CMYK 0.280.980.00   0.01
XYZ37.064417.123894.2802
Yxy17.12380.24960.1153
Hunter Lab41.380987.4638-106.1167
CIE-Lab48.415687.6406-79.5651

#b604fd color RGB value is (182,4,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000100 11111101
Octal 266 4 375
Decimal 182 4 253
Hex B6 4 FD

RGB Percentages of Color #b604fd

%41.46
%0.91
%57.63

CMYK Percentages of Color #b604fd

%28
%98
%0
%1

Triadic Colors of #b604fd

#b604fd #fdb604 #04fdb6

Analogous Colors of #b604fd

#b604fd #fd04c8 #3904fd

Monochromatic Colors of #b604fd

#b604fd

Complementary Color

#b604fd #4bfd04

#b604fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b604fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b604fd Color CSS Codes

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

#b604fd Text Font Color

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

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


#b604fd Background Color

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

This div background color is #b604fd


#b604fd Border Color

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

This div border color is #b604fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b604fd


Comments

No comments written yet.

Please login to write comment.