Color Hex Logo

#b497ea Color Hex

#B497EA
(180,151,234)
0 Favorites   0 Comments

Color spaces of #b497ea

RGB 180151234
HSL0.720.660.75
HSV261°35°92°
CMYK 0.230.350.00   0.08
XYZ44.740337.777082.7755
Yxy37.77700.27070.2285
Hunter Lab61.463022.3739-36.8249
CIE-Lab67.855927.4988-37.9549

#b497ea color RGB value is (180,151,234).

#b497ea hex color red value is 180, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b497ea hue: 0.72 , saturation: 0.66 and the lightness value of b497ea is 0.75.

The process color (four color CMYK) of #b497ea color hex is 0.23, 0.35, 0.00, 0.08. Web safe color of #b497ea is #cc99ff. Color #b497ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11101010
Octal 264 227 352
Decimal 180 151 234
Hex B4 97 EA

RGB Percentages of Color #b497ea

%31.86
%26.73
%41.42

CMYK Percentages of Color #b497ea

%23
%35
%0
%8

Triadic Colors of #b497ea

#b497ea #eab497 #97eab4

Analogous Colors of #b497ea

#b497ea #de97ea #97a4ea

Monochromatic Colors of #b497ea

#b497ea

Complementary Color

#b497ea #cdea97

#b497ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497ea Color CSS Codes

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

#b497ea Text Font Color

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

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


#b497ea Background Color

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

This div background color is #b497ea


#b497ea Border Color

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

This div border color is #b497ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497ea


Comments

No comments written yet.

Please login to write comment.