Color Hex Logo

#b389fd Color Hex

#B389FD
(179,137,253)
0 Favorites   0 Comments

Color spaces of #b389fd

RGB 179137253
HSL0.730.970.76
HSV262°46°99°
CMYK 0.290.460.00   0.01
XYZ45.265734.566997.2148
Yxy34.56690.25570.1952
Hunter Lab58.793634.5398-56.8800
CIE-Lab65.410139.5579-52.2221

#b389fd color RGB value is (179,137,253).

#b389fd hex color red value is 179, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b389fd hue: 0.73 , saturation: 0.97 and the lightness value of b389fd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 11111101
Octal 263 211 375
Decimal 179 137 253
Hex B3 89 FD

RGB Percentages of Color #b389fd

%31.46
%24.08
%44.46

CMYK Percentages of Color #b389fd

%29
%46
%0
%1

Triadic Colors of #b389fd

#b389fd #fdb389 #89fdb3

Analogous Colors of #b389fd

#b389fd #ed89fd #8999fd

Monochromatic Colors of #b389fd

#b389fd

Complementary Color

#b389fd #d3fd89

#b389fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b389fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b389fd Color CSS Codes

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

#b389fd Text Font Color

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

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


#b389fd Background Color

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

This div background color is #b389fd


#b389fd Border Color

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

This div border color is #b389fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b389fd


Comments

No comments written yet.

Please login to write comment.