Color Hex Logo

#b393fd Color Hex

#B393FD
(179,147,253)
0 Favorites   0 Comments

Color spaces of #b393fd

RGB 179147253
HSL0.720.960.78
HSV258°42°99°
CMYK 0.290.420.00   0.01
XYZ46.753737.543097.7108
Yxy37.54300.25690.2063
Hunter Lab61.272328.9774-51.6589
CIE-Lab67.682433.9957-48.6312

#b393fd color RGB value is (179,147,253).

#b393fd hex color red value is 179, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b393fd hue: 0.72 , saturation: 0.96 and the lightness value of b393fd is 0.78.

The process color (four color CMYK) of #b393fd color hex is 0.29, 0.42, 0.00, 0.01. Web safe color of #b393fd is #cc99ff. Color #b393fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 11111101
Octal 263 223 375
Decimal 179 147 253
Hex B3 93 FD

RGB Percentages of Color #b393fd

%30.92
%25.39
%43.70

CMYK Percentages of Color #b393fd

%29
%42
%0
%1

Triadic Colors of #b393fd

#b393fd #fdb393 #93fdb3

Analogous Colors of #b393fd

#b393fd #e893fd #93a8fd

Monochromatic Colors of #b393fd

#b393fd

Complementary Color

#b393fd #ddfd93

#b393fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b393fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b393fd Color CSS Codes

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

#b393fd Text Font Color

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

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


#b393fd Background Color

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

This div background color is #b393fd


#b393fd Border Color

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

This div border color is #b393fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b393fd

Related Colors


Comments

No comments written yet.

Please login to write comment.