Color Hex Logo

#b15dbc Color Hex

#B15DBC
(177,93,188)
0 Favorites   0 Comments

Color spaces of #b15dbc

RGB 17793188
HSL0.810.410.55
HSV293°51°74°
CMYK 0.060.510.00   0.26
XYZ31.122920.806749.9527
Yxy20.80670.30550.2042
Hunter Lab45.614441.9663-32.9990
CIE-Lab52.737348.3466-35.7390

#b15dbc color RGB value is (177,93,188).

#b15dbc hex color red value is 177, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b15dbc hue: 0.81 , saturation: 0.41 and the lightness value of b15dbc is 0.55.

The process color (four color CMYK) of #b15dbc color hex is 0.06, 0.51, 0.00, 0.26. Web safe color of #b15dbc is #9966cc. Color #b15dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 10111100
Octal 261 135 274
Decimal 177 93 188
Hex B1 5D BC

RGB Percentages of Color #b15dbc

%38.65
%20.31
%41.05

CMYK Percentages of Color #b15dbc

%6
%51
%0
%26

Triadic Colors of #b15dbc

#b15dbc #bcb15d #5dbcb1

Analogous Colors of #b15dbc

#b15dbc #bc5d98 #825dbc

Monochromatic Colors of #b15dbc

#b15dbc

Complementary Color

#b15dbc #68bc5d

#b15dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15dbc Color CSS Codes

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

#b15dbc Text Font Color

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

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


#b15dbc Background Color

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

This div background color is #b15dbc


#b15dbc Border Color

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

This div border color is #b15dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15dbc


Comments

No comments written yet.

Please login to write comment.