Color Hex Logo

#b695de Color Hex

#B695DE
(182,149,222)
0 Favorites   0 Comments

Color spaces of #b695de

RGB 182149222
HSL0.740.530.73
HSV267°33°87°
CMYK 0.180.330.00   0.13
XYZ43.223736.713973.9156
Yxy36.71390.28090.2386
Hunter Lab60.592021.2982-29.9129
CIE-Lab67.061826.4762-32.5642

#b695de color RGB value is (182,149,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 11011110
Octal 266 225 336
Decimal 182 149 222
Hex B6 95 DE

RGB Percentages of Color #b695de

%32.91
%26.94
%40.14

CMYK Percentages of Color #b695de

%18
%33
%0
%13

Triadic Colors of #b695de

#b695de #deb695 #95deb6

Analogous Colors of #b695de

#b695de #db95de #9599de

Monochromatic Colors of #b695de

#b695de

Complementary Color

#b695de #bdde95

#b695de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b695de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b695de Color CSS Codes

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

#b695de Text Font Color

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

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


#b695de Background Color

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

This div background color is #b695de


#b695de Border Color

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

This div border color is #b695de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b695de


Comments

No comments written yet.

Please login to write comment.