Color Hex Logo

#b93ec3 Color Hex

#B93EC3
(185,62,195)
0 Favorites   0 Comments

Color spaces of #b93ec3

RGB 18562195
HSL0.820.530.50
HSV295°68°76°
CMYK 0.050.680.00   0.24
XYZ31.580517.699753.3817
Yxy17.69970.30760.1724
Hunter Lab42.071060.3663-45.7803
CIE-Lab49.129865.5768-45.4105

#b93ec3 color RGB value is (185,62,195).

#b93ec3 hex color red value is 185, green value is 62 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b93ec3 hue: 0.82 , saturation: 0.53 and the lightness value of b93ec3 is 0.50.

The process color (four color CMYK) of #b93ec3 color hex is 0.05, 0.68, 0.00, 0.24. Web safe color of #b93ec3 is #cc33cc. Color #b93ec3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111110 11000011
Octal 271 76 303
Decimal 185 62 195
Hex B9 3E C3

RGB Percentages of Color #b93ec3

%41.86
%14.03
%44.12

CMYK Percentages of Color #b93ec3

%5
%68
%0
%24

Triadic Colors of #b93ec3

#b93ec3 #c3b93e #3ec3b9

Analogous Colors of #b93ec3

#b93ec3 #c33e8b #773ec3

Monochromatic Colors of #b93ec3

#b93ec3

Complementary Color

#b93ec3 #48c33e

#b93ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93ec3 Color CSS Codes

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

#b93ec3 Text Font Color

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

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


#b93ec3 Background Color

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

This div background color is #b93ec3


#b93ec3 Border Color

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

This div border color is #b93ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93ec3


Comments

No comments written yet.

Please login to write comment.