Color Hex Logo

#b15dca Color Hex

#B15DCA
(177,93,202)
0 Favorites   0 Comments

Color spaces of #b15dca

RGB 17793202
HSL0.800.510.58
HSV286°54°79°
CMYK 0.120.540.00   0.21
XYZ32.706521.440158.2916
Yxy21.44010.29090.1907
Hunter Lab46.303545.0526-42.2280
CIE-Lab53.427851.1188-42.6941

#b15dca color RGB value is (177,93,202).

#b15dca hex color red value is 177, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b15dca hue: 0.80 , saturation: 0.51 and the lightness value of b15dca is 0.58.

The process color (four color CMYK) of #b15dca color hex is 0.12, 0.54, 0.00, 0.21. Web safe color of #b15dca is #9966cc. Color #b15dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 11001010
Octal 261 135 312
Decimal 177 93 202
Hex B1 5D CA

RGB Percentages of Color #b15dca

%37.50
%19.70
%42.80

CMYK Percentages of Color #b15dca

%12
%54
%0
%21

Triadic Colors of #b15dca

#b15dca #cab15d #5dcab1

Analogous Colors of #b15dca

#b15dca #ca5dad #7b5dca

Monochromatic Colors of #b15dca

#b15dca

Complementary Color

#b15dca #76ca5d

#b15dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15dca Color CSS Codes

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

#b15dca Text Font Color

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

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


#b15dca Background Color

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

This div background color is #b15dca


#b15dca Border Color

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

This div border color is #b15dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15dca


Comments

No comments written yet.

Please login to write comment.