Color Hex Logo

#b15cda Color Hex

#B15CDA
(177,92,218)
0 Favorites   0 Comments

Color spaces of #b15cda

RGB 17792218
HSL0.780.630.61
HSV280°58°85°
CMYK 0.190.580.00   0.15
XYZ34.613522.063468.7640
Yxy22.06340.27590.1759
Hunter Lab46.971749.3364-53.9171
CIE-Lab54.094254.9280-50.7399

#b15cda color RGB value is (177,92,218).

#b15cda hex color red value is 177, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b15cda hue: 0.78 , saturation: 0.63 and the lightness value of b15cda is 0.61.

The process color (four color CMYK) of #b15cda color hex is 0.19, 0.58, 0.00, 0.15. Web safe color of #b15cda is #9966cc. Color #b15cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011100 11011010
Octal 261 134 332
Decimal 177 92 218
Hex B1 5C DA

RGB Percentages of Color #b15cda

%36.34
%18.89
%44.76

CMYK Percentages of Color #b15cda

%19
%58
%0
%15

Triadic Colors of #b15cda

#b15cda #dab15c #5cdab1

Analogous Colors of #b15cda

#b15cda #da5cc4 #725cda

Monochromatic Colors of #b15cda

#b15cda

Complementary Color

#b15cda #85da5c

#b15cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15cda Color CSS Codes

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

#b15cda Text Font Color

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

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


#b15cda Background Color

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

This div background color is #b15cda


#b15cda Border Color

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

This div border color is #b15cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15cda


Comments

No comments written yet.

Please login to write comment.