Color Hex Logo

#b695eb Color Hex

#B695EB
(182,149,235)
0 Favorites   0 Comments

Color spaces of #b695eb

RGB 182149235
HSL0.730.680.75
HSV263°37°92°
CMYK 0.230.370.00   0.08
XYZ45.034237.438183.4500
Yxy37.43810.27140.2256
Hunter Lab61.186724.3016-38.0325
CIE-Lab67.604429.4327-38.8830

#b695eb color RGB value is (182,149,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 11101011
Octal 266 225 353
Decimal 182 149 235
Hex B6 95 EB

RGB Percentages of Color #b695eb

%32.16
%26.33
%41.52

CMYK Percentages of Color #b695eb

%23
%37
%0
%8

Triadic Colors of #b695eb

#b695eb #ebb695 #95ebb6

Analogous Colors of #b695eb

#b695eb #e195eb #959feb

Monochromatic Colors of #b695eb

#b695eb

Complementary Color

#b695eb #caeb95

#b695eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b695eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b695eb Color CSS Codes

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

#b695eb Text Font Color

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

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


#b695eb Background Color

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

This div background color is #b695eb


#b695eb Border Color

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

This div border color is #b695eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b695eb


Comments

No comments written yet.

Please login to write comment.