Color Hex Logo

#b94dda Color Hex

#B94DDA
(185,77,218)
0 Favorites   0 Comments

Color spaces of #b94dda

RGB 18577218
HSL0.790.660.58
HSV286°65°85°
CMYK 0.150.650.00   0.15
XYZ35.316320.684068.4607
Yxy20.68400.28380.1662
Hunter Lab45.479759.0211-57.4137
CIE-Lab52.601963.7608-53.0602

#b94dda color RGB value is (185,77,218).

#b94dda hex color red value is 185, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b94dda hue: 0.79 , saturation: 0.66 and the lightness value of b94dda is 0.58.

The process color (four color CMYK) of #b94dda color hex is 0.15, 0.65, 0.00, 0.15. Web safe color of #b94dda is #cc66cc. Color #b94dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001101 11011010
Octal 271 115 332
Decimal 185 77 218
Hex B9 4D DA

RGB Percentages of Color #b94dda

%38.54
%16.04
%45.42

CMYK Percentages of Color #b94dda

%15
%65
%0
%15

Triadic Colors of #b94dda

#b94dda #dab94d #4ddab9

Analogous Colors of #b94dda

#b94dda #da4db5 #734dda

Monochromatic Colors of #b94dda

#b94dda

Complementary Color

#b94dda #6eda4d

#b94dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94dda Color CSS Codes

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

#b94dda Text Font Color

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

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


#b94dda Background Color

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

This div background color is #b94dda


#b94dda Border Color

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

This div border color is #b94dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94dda


Comments

No comments written yet.

Please login to write comment.