Color Hex Logo

#b937da Color Hex

#B937DA
(185,55,218)
0 Favorites   0 Comments

Color spaces of #b937da

RGB 18555218
HSL0.800.690.54
HSV288°75°85°
CMYK 0.150.750.00   0.15
XYZ34.028718.108668.0315
Yxy18.10860.28320.1507
Hunter Lab42.554268.2687-64.9991
CIE-Lab49.627672.1585-57.8296

#b937da color RGB value is (185,55,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 11011010
Octal 271 67 332
Decimal 185 55 218
Hex B9 37 DA

RGB Percentages of Color #b937da

%40.39
%12.01
%47.60

CMYK Percentages of Color #b937da

%15
%75
%0
%15

Triadic Colors of #b937da

#b937da #dab937 #37dab9

Analogous Colors of #b937da

#b937da #da37aa #6837da

Monochromatic Colors of #b937da

#b937da

Complementary Color

#b937da #58da37

#b937da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b937da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b937da Color CSS Codes

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

#b937da Text Font Color

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

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


#b937da Background Color

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

This div background color is #b937da


#b937da Border Color

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

This div border color is #b937da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b937da


Comments

No comments written yet.

Please login to write comment.