Color Hex Logo

#b937fd Color Hex

#B937FD
(185,55,253)
0 Favorites   0 Comments

Color spaces of #b937fd

RGB 18555253
HSL0.780.980.60
HSV279°78°99°
CMYK 0.270.780.00   0.01
XYZ39.103420.138594.7547
Yxy20.13850.25390.1308
Hunter Lab44.875977.0061-93.7766
CIE-Lab51.993478.7984-73.7158

#b937fd color RGB value is (185,55,253).

#b937fd hex color red value is 185, green value is 55 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b937fd hue: 0.78 , saturation: 0.98 and the lightness value of b937fd is 0.60.

The process color (four color CMYK) of #b937fd color hex is 0.27, 0.78, 0.00, 0.01. Web safe color of #b937fd is #cc33ff. Color #b937fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 11111101
Octal 271 67 375
Decimal 185 55 253
Hex B9 37 FD

RGB Percentages of Color #b937fd

%37.53
%11.16
%51.32

CMYK Percentages of Color #b937fd

%27
%78
%0
%1

Triadic Colors of #b937fd

#b937fd #fdb937 #37fdb9

Analogous Colors of #b937fd

#b937fd #fd37de #5637fd

Monochromatic Colors of #b937fd

#b937fd

Complementary Color

#b937fd #7bfd37

#b937fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b937fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b937fd Color CSS Codes

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

#b937fd Text Font Color

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

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


#b937fd Background Color

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

This div background color is #b937fd


#b937fd Border Color

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

This div border color is #b937fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b937fd


Comments

No comments written yet.

Please login to write comment.