Color Hex Logo

#b94fff Color Hex

#B94FFF
(185,79,255)
1 Favorites   0 Comments

Color spaces of #b94fff

RGB 18579255
HSL0.771.000.65
HSV276°69°100°
CMYK 0.270.690.00   0.00
XYZ40.853623.126396.9183
Yxy23.12630.25390.1437
Hunter Lab48.089867.4834-85.8278
CIE-Lab55.202270.4350-69.6259

#b94fff color RGB value is (185,79,255).

#b94fff hex color red value is 185, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b94fff hue: 0.77 , saturation: 1.00 and the lightness value of b94fff is 0.65.

The process color (four color CMYK) of #b94fff color hex is 0.27, 0.69, 0.00, 0.00. Web safe color of #b94fff is #cc66ff. Color #b94fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001111 11111111
Octal 271 117 377
Decimal 185 79 255
Hex B9 4F FF

RGB Percentages of Color #b94fff

%35.65
%15.22
%49.13

CMYK Percentages of Color #b94fff

%27
%69
%0
%0

Triadic Colors of #b94fff

#b94fff #ffb94f #4fffb9

Analogous Colors of #b94fff

#b94fff #ff4fed #614fff

Monochromatic Colors of #b94fff

#b94fff

Complementary Color

#b94fff #95ff4f

#b94fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94fff Color CSS Codes

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

#b94fff Text Font Color

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

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


#b94fff Background Color

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

This div background color is #b94fff


#b94fff Border Color

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

This div border color is #b94fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94fff

Related Colors


Comments

No comments written yet.

Please login to write comment.