Color Hex Logo

#b94fdd Color Hex

#B94FDD
(185,79,221)
0 Favorites   0 Comments

Color spaces of #b94fdd

RGB 18579221
HSL0.790.680.59
HSV285°64°87°
CMYK 0.160.640.00   0.13
XYZ35.854721.126770.5947
Yxy21.12670.28100.1656
Hunter Lab45.963858.8048-58.8875
CIE-Lab53.087963.4835-53.9844

#b94fdd color RGB value is (185,79,221).

#b94fdd hex color red value is 185, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b94fdd hue: 0.79 , saturation: 0.68 and the lightness value of b94fdd is 0.59.

The process color (four color CMYK) of #b94fdd color hex is 0.16, 0.64, 0.00, 0.13. Web safe color of #b94fdd is #cc66cc. Color #b94fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001111 11011101
Octal 271 117 335
Decimal 185 79 221
Hex B9 4F DD

RGB Percentages of Color #b94fdd

%38.14
%16.29
%45.57

CMYK Percentages of Color #b94fdd

%16
%64
%0
%13

Triadic Colors of #b94fdd

#b94fdd #ddb94f #4fddb9

Analogous Colors of #b94fdd

#b94fdd #dd4fba #724fdd

Monochromatic Colors of #b94fdd

#b94fdd

Complementary Color

#b94fdd #73dd4f

#b94fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94fdd Color CSS Codes

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

#b94fdd Text Font Color

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

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


#b94fdd Background Color

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

This div background color is #b94fdd


#b94fdd Border Color

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

This div border color is #b94fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94fdd


Comments

No comments written yet.

Please login to write comment.