Color Hex Logo

#b15dff Color Hex

#B15DFF
(177,93,255)
1 Favorites   0 Comments

Color spaces of #b15dff

RGB 17793255
HSL0.751.000.68
HSV271°64°100°
CMYK 0.310.640.00   0.00
XYZ40.095824.395897.2033
Yxy24.39580.24800.1509
Hunter Lab49.392158.4675-82.1078
CIE-Lab56.481962.5712-67.6078

#b15dff color RGB value is (177,93,255).

#b15dff hex color red value is 177, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b15dff hue: 0.75 , saturation: 1.00 and the lightness value of b15dff is 0.68.

The process color (four color CMYK) of #b15dff color hex is 0.31, 0.64, 0.00, 0.00. Web safe color of #b15dff is #9966ff. Color #b15dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 11111111
Octal 261 135 377
Decimal 177 93 255
Hex B1 5D FF

RGB Percentages of Color #b15dff

%33.71
%17.71
%48.57

CMYK Percentages of Color #b15dff

%31
%64
%0
%0

Triadic Colors of #b15dff

#b15dff #ffb15d #5dffb1

Analogous Colors of #b15dff

#b15dff #ff5dfc #605dff

Monochromatic Colors of #b15dff

#b15dff

Complementary Color

#b15dff #abff5d

#b15dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15dff Color CSS Codes

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

#b15dff Text Font Color

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

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


#b15dff Background Color

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

This div background color is #b15dff


#b15dff Border Color

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

This div border color is #b15dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15dff


Comments

No comments written yet.

Please login to write comment.