Color Hex Logo

#b15cea Color Hex

#B15CEA
(177,92,234)
0 Favorites   0 Comments

Color spaces of #b15cea

RGB 17792234
HSL0.770.770.64
HSV276°61°92°
CMYK 0.240.610.00   0.08
XYZ36.809922.941980.3300
Yxy22.94190.26280.1638
Hunter Lab47.897753.3582-65.9078
CIE-Lab55.012458.3681-58.2832

#b15cea color RGB value is (177,92,234).

#b15cea hex color red value is 177, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b15cea hue: 0.77 , saturation: 0.77 and the lightness value of b15cea is 0.64.

The process color (four color CMYK) of #b15cea color hex is 0.24, 0.61, 0.00, 0.08. Web safe color of #b15cea is #9966ff. Color #b15cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011100 11101010
Octal 261 134 352
Decimal 177 92 234
Hex B1 5C EA

RGB Percentages of Color #b15cea

%35.19
%18.29
%46.52

CMYK Percentages of Color #b15cea

%24
%61
%0
%8

Triadic Colors of #b15cea

#b15cea #eab15c #5ceab1

Analogous Colors of #b15cea

#b15cea #ea5cdc #6a5cea

Monochromatic Colors of #b15cea

#b15cea

Complementary Color

#b15cea #95ea5c

#b15cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15cea Color CSS Codes

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

#b15cea Text Font Color

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

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


#b15cea Background Color

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

This div background color is #b15cea


#b15cea Border Color

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

This div border color is #b15cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15cea


Comments

No comments written yet.

Please login to write comment.