Color Hex Logo

#b940da Color Hex

#B940DA
(185,64,218)
0 Favorites   0 Comments

Color spaces of #b940da

RGB 18564218
HSL0.800.680.55
HSV287°71°85°
CMYK 0.150.710.00   0.15
XYZ34.495919.043068.1872
Yxy19.04300.28340.1564
Hunter Lab43.638364.7366-62.0971
CIE-Lab50.737568.9919-56.0463

#b940da color RGB value is (185,64,218).

#b940da hex color red value is 185, green value is 64 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b940da hue: 0.80 , saturation: 0.68 and the lightness value of b940da is 0.55.

The process color (four color CMYK) of #b940da color hex is 0.15, 0.71, 0.00, 0.15. Web safe color of #b940da is #cc33cc. Color #b940da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 11011010
Octal 271 100 332
Decimal 185 64 218
Hex B9 40 DA

RGB Percentages of Color #b940da

%39.61
%13.70
%46.68

CMYK Percentages of Color #b940da

%15
%71
%0
%15

Triadic Colors of #b940da

#b940da #dab940 #40dab9

Analogous Colors of #b940da

#b940da #da40ae #6c40da

Monochromatic Colors of #b940da

#b940da

Complementary Color

#b940da #61da40

#b940da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940da Color CSS Codes

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

#b940da Text Font Color

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

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


#b940da Background Color

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

This div background color is #b940da


#b940da Border Color

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

This div border color is #b940da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,64,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 #b940da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940da


Comments

No comments written yet.

Please login to write comment.