Color Hex Logo

#b697de Color Hex

#B697DE
(182,151,222)
0 Favorites   0 Comments

Color spaces of #b697de

RGB 182151222
HSL0.740.520.73
HSV266°32°87°
CMYK 0.180.320.00   0.13
XYZ43.542837.352274.0220
Yxy37.35220.28110.2411
Hunter Lab61.116420.2197-29.0284
CIE-Lab67.540425.3571-31.8234

#b697de color RGB value is (182,151,222).

#b697de hex color red value is 182, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b697de hue: 0.74 , saturation: 0.52 and the lightness value of b697de is 0.73.

The process color (four color CMYK) of #b697de color hex is 0.18, 0.32, 0.00, 0.13. Web safe color of #b697de is #cc99cc. Color #b697de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 11011110
Octal 266 227 336
Decimal 182 151 222
Hex B6 97 DE

RGB Percentages of Color #b697de

%32.79
%27.21
%40.00

CMYK Percentages of Color #b697de

%18
%32
%0
%13

Triadic Colors of #b697de

#b697de #deb697 #97deb6

Analogous Colors of #b697de

#b697de #da97de #979cde

Monochromatic Colors of #b697de

#b697de

Complementary Color

#b697de #bfde97

#b697de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b697de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b697de Color CSS Codes

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

#b697de Text Font Color

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

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


#b697de Background Color

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

This div background color is #b697de


#b697de Border Color

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

This div border color is #b697de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b697de


Comments

No comments written yet.

Please login to write comment.