Color Hex Logo

#b93afd Color Hex

#B93AFD
(185,58,253)
0 Favorites   0 Comments

Color spaces of #b93afd

RGB 18558253
HSL0.780.980.61
HSV279°77°99°
CMYK 0.270.770.00   0.01
XYZ39.250320.432294.8036
Yxy20.43220.25410.1323
Hunter Lab45.202075.8936-92.7094
CIE-Lab52.322477.8457-73.1815

#b93afd color RGB value is (185,58,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111010 11111101
Octal 271 72 375
Decimal 185 58 253
Hex B9 3A FD

RGB Percentages of Color #b93afd

%37.30
%11.69
%51.01

CMYK Percentages of Color #b93afd

%27
%77
%0
%1

Triadic Colors of #b93afd

#b93afd #fdb93a #3afdb9

Analogous Colors of #b93afd

#b93afd #fd3ae0 #583afd

Monochromatic Colors of #b93afd

#b93afd

Complementary Color

#b93afd #7efd3a

#b93afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93afd Color CSS Codes

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

#b93afd Text Font Color

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

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


#b93afd Background Color

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

This div background color is #b93afd


#b93afd Border Color

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

This div border color is #b93afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93afd

Related Colors


Comments

No comments written yet.

Please login to write comment.