Color Hex Logo

#b387ff Color Hex

#B387FF
(179,135,255)
0 Favorites   0 Comments

Color spaces of #b387ff

RGB 179135255
HSL0.731.000.76
HSV262°47°100°
CMYK 0.300.470.00   0.00
XYZ45.304434.131798.8080
Yxy34.13170.25420.1915
Hunter Lab58.422336.1812-59.3798
CIE-Lab65.067041.1480-53.8600

#b387ff color RGB value is (179,135,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 11111111
Octal 263 207 377
Decimal 179 135 255
Hex B3 87 FF

RGB Percentages of Color #b387ff

%31.46
%23.73
%44.82

CMYK Percentages of Color #b387ff

%30
%47
%0
%0

Triadic Colors of #b387ff

#b387ff #ffb387 #87ffb3

Analogous Colors of #b387ff

#b387ff #ef87ff #8797ff

Monochromatic Colors of #b387ff

#b387ff

Complementary Color

#b387ff #d3ff87

#b387ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b387ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b387ff Color CSS Codes

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

#b387ff Text Font Color

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

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


#b387ff Background Color

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

This div background color is #b387ff


#b387ff Border Color

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

This div border color is #b387ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b387ff

Related Colors

#b387ff Color Palettes


Comments

No comments written yet.

Please login to write comment.