Color Hex Logo

#b15ced Color Hex

#B15CED
(177,92,237)
0 Favorites   0 Comments

Color spaces of #b15ced

RGB 17792237
HSL0.760.800.65
HSV275°61°93°
CMYK 0.250.610.00   0.07
XYZ37.244723.115882.6196
Yxy23.11580.26050.1617
Hunter Lab48.078954.1384-68.2297
CIE-Lab55.191459.0261-59.6756

#b15ced color RGB value is (177,92,237).

#b15ced hex color red value is 177, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b15ced hue: 0.76 , saturation: 0.80 and the lightness value of b15ced is 0.65.

The process color (four color CMYK) of #b15ced color hex is 0.25, 0.61, 0.00, 0.07. Web safe color of #b15ced is #9966ff. Color #b15ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011100 11101101
Octal 261 134 355
Decimal 177 92 237
Hex B1 5C ED

RGB Percentages of Color #b15ced

%34.98
%18.18
%46.84

CMYK Percentages of Color #b15ced

%25
%61
%0
%7

Triadic Colors of #b15ced

#b15ced #edb15c #5cedb1

Analogous Colors of #b15ced

#b15ced #ed5ce1 #695ced

Monochromatic Colors of #b15ced

#b15ced

Complementary Color

#b15ced #98ed5c

#b15ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15ced Color CSS Codes

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

#b15ced Text Font Color

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

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


#b15ced Background Color

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

This div background color is #b15ced


#b15ced Border Color

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

This div border color is #b15ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15ced


Comments

No comments written yet.

Please login to write comment.