Color Hex Logo

#b97cea Color Hex

#B97CEA
(185,124,234)
0 Favorites   0 Comments

Color spaces of #b97cea

RGB 185124234
HSL0.760.720.70
HSV273°47°92°
CMYK 0.210.470.00   0.08
XYZ42.066530.670181.5447
Yxy30.67010.27270.1988
Hunter Lab55.380638.6706-48.5347
CIE-Lab62.228143.8486-46.7487

#b97cea color RGB value is (185,124,234).

#b97cea hex color red value is 185, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b97cea hue: 0.76 , saturation: 0.72 and the lightness value of b97cea is 0.70.

The process color (four color CMYK) of #b97cea color hex is 0.21, 0.47, 0.00, 0.08. Web safe color of #b97cea is #cc66ff. Color #b97cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 11101010
Octal 271 174 352
Decimal 185 124 234
Hex B9 7C EA

RGB Percentages of Color #b97cea

%34.07
%22.84
%43.09

CMYK Percentages of Color #b97cea

%21
%47
%0
%8

Triadic Colors of #b97cea

#b97cea #eab97c #7ceab9

Analogous Colors of #b97cea

#b97cea #ea7ce4 #827cea

Monochromatic Colors of #b97cea

#b97cea

Complementary Color

#b97cea #adea7c

#b97cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97cea Color CSS Codes

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

#b97cea Text Font Color

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

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


#b97cea Background Color

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

This div background color is #b97cea


#b97cea Border Color

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

This div border color is #b97cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,124,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 #b97cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97cea


Comments

No comments written yet.

Please login to write comment.