Color Hex Logo

#b94cd1 Color Hex

#B94CD1
(185,76,209)
0 Favorites   0 Comments

Color spaces of #b94cd1

RGB 18576209
HSL0.800.590.56
HSV289°64°82°
CMYK 0.110.640.00   0.18
XYZ34.100620.086662.4014
Yxy20.08660.29250.1723
Hunter Lab44.818157.3831-51.1784
CIE-Lab51.935062.4626-48.9982

#b94cd1 color RGB value is (185,76,209).

#b94cd1 hex color red value is 185, green value is 76 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b94cd1 hue: 0.80 , saturation: 0.59 and the lightness value of b94cd1 is 0.56.

The process color (four color CMYK) of #b94cd1 color hex is 0.11, 0.64, 0.00, 0.18. Web safe color of #b94cd1 is #cc33cc. Color #b94cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001100 11010001
Octal 271 114 321
Decimal 185 76 209
Hex B9 4C D1

RGB Percentages of Color #b94cd1

%39.36
%16.17
%44.47

CMYK Percentages of Color #b94cd1

%11
%64
%0
%18

Triadic Colors of #b94cd1

#b94cd1 #d1b94c #4cd1b9

Analogous Colors of #b94cd1

#b94cd1 #d14ca7 #774cd1

Monochromatic Colors of #b94cd1

#b94cd1

Complementary Color

#b94cd1 #64d14c

#b94cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94cd1 Color CSS Codes

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

#b94cd1 Text Font Color

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

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


#b94cd1 Background Color

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

This div background color is #b94cd1


#b94cd1 Border Color

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

This div border color is #b94cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94cd1


Comments

No comments written yet.

Please login to write comment.