Color Hex Logo

#b497ee Color Hex

#B497EE
(180,151,238)
0 Favorites   0 Comments

Color spaces of #b497ee

RGB 180151238
HSL0.720.720.76
HSV260°37°93°
CMYK 0.240.370.00   0.07
XYZ45.321638.009685.8368
Yxy38.00960.26790.2247
Hunter Lab61.651923.3282-39.3920
CIE-Lab68.027728.4357-39.8818

#b497ee color RGB value is (180,151,238).

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

The process color (four color CMYK) of #b497ee color hex is 0.24, 0.37, 0.00, 0.07. Web safe color of #b497ee is #cc99ff. Color #b497ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11101110
Octal 264 227 356
Decimal 180 151 238
Hex B4 97 EE

RGB Percentages of Color #b497ee

%31.63
%26.54
%41.83

CMYK Percentages of Color #b497ee

%24
%37
%0
%7

Triadic Colors of #b497ee

#b497ee #eeb497 #97eeb4

Analogous Colors of #b497ee

#b497ee #e097ee #97a6ee

Monochromatic Colors of #b497ee

#b497ee

Complementary Color

#b497ee #d1ee97

#b497ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497ee Color CSS Codes

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

#b497ee Text Font Color

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

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


#b497ee Background Color

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

This div background color is #b497ee


#b497ee Border Color

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

This div border color is #b497ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,151,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497ee


Comments

No comments written yet.

Please login to write comment.