Color Hex Logo

#b15de5 Color Hex

#B15DE5
(177,93,229)
0 Favorites   0 Comments

Color spaces of #b15de5

RGB 17793229
HSL0.770.720.63
HSV277°59°90°
CMYK 0.230.590.00   0.10
XYZ36.188722.833076.6286
Yxy22.83300.26680.1683
Hunter Lab47.783951.5636-61.6316
CIE-Lab54.899956.7914-55.6578

#b15de5 color RGB value is (177,93,229).

#b15de5 hex color red value is 177, green value is 93 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b15de5 hue: 0.77 , saturation: 0.72 and the lightness value of b15de5 is 0.63.

The process color (four color CMYK) of #b15de5 color hex is 0.23, 0.59, 0.00, 0.10. Web safe color of #b15de5 is #9966cc. Color #b15de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 11100101
Octal 261 135 345
Decimal 177 93 229
Hex B1 5D E5

RGB Percentages of Color #b15de5

%35.47
%18.64
%45.89

CMYK Percentages of Color #b15de5

%23
%59
%0
%10

Triadic Colors of #b15de5

#b15de5 #e5b15d #5de5b1

Analogous Colors of #b15de5

#b15de5 #e55dd5 #6d5de5

Monochromatic Colors of #b15de5

#b15de5

Complementary Color

#b15de5 #91e55d

#b15de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15de5 Color CSS Codes

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

#b15de5 Text Font Color

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

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


#b15de5 Background Color

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

This div background color is #b15de5


#b15de5 Border Color

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

This div border color is #b15de5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,93,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15de5


Comments

No comments written yet.

Please login to write comment.