Color Hex Logo

#b93fdb Color Hex

#B93FDB
(185,63,219)
0 Favorites   0 Comments

Color spaces of #b93fdb

RGB 18563219
HSL0.800.680.55
HSV287°71°86°
CMYK 0.160.710.00   0.14
XYZ34.571318.983868.8600
Yxy18.98380.28240.1551
Hunter Lab43.570465.3841-63.2045
CIE-Lab50.668269.5499-56.7266

#b93fdb color RGB value is (185,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111111 11011011
Octal 271 77 333
Decimal 185 63 219
Hex B9 3F DB

RGB Percentages of Color #b93fdb

%39.61
%13.49
%46.90

CMYK Percentages of Color #b93fdb

%16
%71
%0
%14

Triadic Colors of #b93fdb

#b93fdb #dbb93f #3fdbb9

Analogous Colors of #b93fdb

#b93fdb #db3faf #6b3fdb

Monochromatic Colors of #b93fdb

#b93fdb

Complementary Color

#b93fdb #61db3f

#b93fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93fdb Color CSS Codes

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

#b93fdb Text Font Color

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

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


#b93fdb Background Color

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

This div background color is #b93fdb


#b93fdb Border Color

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

This div border color is #b93fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93fdb


Comments

No comments written yet.

Please login to write comment.