Color Hex Logo

#b385fe Color Hex

#B385FE
(179,133,254)
0 Favorites   0 Comments

Color spaces of #b385fe

RGB 179133254
HSL0.730.980.76
HSV263°48°100°
CMYK 0.300.480.00   0.00
XYZ44.867333.514597.8701
Yxy33.51450.25460.1902
Hunter Lab57.891737.0308-59.7098
CIE-Lab64.575442.0069-54.0930

#b385fe color RGB value is (179,133,254).

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

The process color (four color CMYK) of #b385fe color hex is 0.30, 0.48, 0.00, 0.00. Web safe color of #b385fe is #cc99ff. Color #b385fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 11111110
Octal 263 205 376
Decimal 179 133 254
Hex B3 85 FE

RGB Percentages of Color #b385fe

%31.63
%23.50
%44.88

CMYK Percentages of Color #b385fe

%30
%48
%0
%0

Triadic Colors of #b385fe

#b385fe #feb385 #85feb3

Analogous Colors of #b385fe

#b385fe #f085fe #8594fe

Monochromatic Colors of #b385fe

#b385fe

Complementary Color

#b385fe #d0fe85

#b385fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b385fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b385fe Color CSS Codes

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

#b385fe Text Font Color

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

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


#b385fe Background Color

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

This div background color is #b385fe


#b385fe Border Color

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

This div border color is #b385fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,133,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b385fe


Comments

No comments written yet.

Please login to write comment.