Color Hex Logo

#b15ecd Color Hex

#B15ECD
(177,94,205)
0 Favorites   0 Comments

Color spaces of #b15ecd

RGB 17794205
HSL0.790.530.59
HSV285°54°80°
CMYK 0.140.540.00   0.20
XYZ33.153621.760360.2104
Yxy21.76030.28800.1890
Hunter Lab46.647945.2295-43.8745
CIE-Lab53.771751.2257-43.8638

#b15ecd color RGB value is (177,94,205).

#b15ecd hex color red value is 177, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b15ecd hue: 0.79 , saturation: 0.53 and the lightness value of b15ecd is 0.59.

The process color (four color CMYK) of #b15ecd color hex is 0.14, 0.54, 0.00, 0.20. Web safe color of #b15ecd is #9966cc. Color #b15ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011110 11001101
Octal 261 136 315
Decimal 177 94 205
Hex B1 5E CD

RGB Percentages of Color #b15ecd

%37.18
%19.75
%43.07

CMYK Percentages of Color #b15ecd

%14
%54
%0
%20

Triadic Colors of #b15ecd

#b15ecd #cdb15e #5ecdb1

Analogous Colors of #b15ecd

#b15ecd #cd5eb2 #7a5ecd

Monochromatic Colors of #b15ecd

#b15ecd

Complementary Color

#b15ecd #7acd5e

#b15ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15ecd Color CSS Codes

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

#b15ecd Text Font Color

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

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


#b15ecd Background Color

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

This div background color is #b15ecd


#b15ecd Border Color

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

This div border color is #b15ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15ecd


Comments

No comments written yet.

Please login to write comment.