Color Hex Logo

#b94ef1 Color Hex

#B94EF1
(185,78,241)
0 Favorites   0 Comments

Color spaces of #b94ef1

RGB 18578241
HSL0.780.850.63
HSV279°68°95°
CMYK 0.230.680.00   0.05
XYZ38.609222.113985.4526
Yxy22.11390.26410.1513
Hunter Lab47.025464.2591-74.8215
CIE-Lab54.147667.9398-63.5368

#b94ef1 color RGB value is (185,78,241).

#b94ef1 hex color red value is 185, green value is 78 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #b94ef1 hue: 0.78 , saturation: 0.85 and the lightness value of b94ef1 is 0.63.

The process color (four color CMYK) of #b94ef1 color hex is 0.23, 0.68, 0.00, 0.05. Web safe color of #b94ef1 is #cc66ff. Color #b94ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001110 11110001
Octal 271 116 361
Decimal 185 78 241
Hex B9 4E F1

RGB Percentages of Color #b94ef1

%36.71
%15.48
%47.82

CMYK Percentages of Color #b94ef1

%23
%68
%0
%5

Triadic Colors of #b94ef1

#b94ef1 #f1b94e #4ef1b9

Analogous Colors of #b94ef1

#b94ef1 #f14ed8 #684ef1

Monochromatic Colors of #b94ef1

#b94ef1

Complementary Color

#b94ef1 #86f14e

#b94ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94ef1 Color CSS Codes

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

#b94ef1 Text Font Color

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

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


#b94ef1 Background Color

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

This div background color is #b94ef1


#b94ef1 Border Color

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

This div border color is #b94ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94ef1


Comments

No comments written yet.

Please login to write comment.