Color Hex Logo

#b04ffe Color Hex

#B04FFE
(176,79,254)
0 Favorites   0 Comments

Color spaces of #b04ffe

RGB 17679254
HSL0.760.990.65
HSV273°69°100°
CMYK 0.310.690.00   0.00
XYZ38.589921.977895.9742
Yxy21.97780.24650.1404
Hunter Lab46.880564.8923-88.5627
CIE-Lab54.003468.4997-71.0659

#b04ffe color RGB value is (176,79,254).

#b04ffe hex color red value is 176, green value is 79 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b04ffe hue: 0.76 , saturation: 0.99 and the lightness value of b04ffe is 0.65.

The process color (four color CMYK) of #b04ffe color hex is 0.31, 0.69, 0.00, 0.00. Web safe color of #b04ffe is #9966ff. Color #b04ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001111 11111110
Octal 260 117 376
Decimal 176 79 254
Hex B0 4F FE

RGB Percentages of Color #b04ffe

%34.58
%15.52
%49.90

CMYK Percentages of Color #b04ffe

%31
%69
%0
%0

Triadic Colors of #b04ffe

#b04ffe #feb04f #4ffeb0

Analogous Colors of #b04ffe

#b04ffe #fe4ff5 #584ffe

Monochromatic Colors of #b04ffe

#b04ffe

Complementary Color

#b04ffe #9dfe4f

#b04ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ffe Color CSS Codes

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

#b04ffe Text Font Color

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

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


#b04ffe Background Color

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

This div background color is #b04ffe


#b04ffe Border Color

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

This div border color is #b04ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.