Color Hex Logo

#b692eb Color Hex

#B692EB
(182,146,235)
0 Favorites   0 Comments

Color spaces of #b692eb

RGB 182146235
HSL0.730.690.75
HSV264°38°92°
CMYK 0.230.380.00   0.08
XYZ44.565736.501083.2938
Yxy36.50100.27110.2221
Hunter Lab60.416125.9418-39.4501
CIE-Lab66.901031.1084-39.9815

#b692eb color RGB value is (182,146,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010010 11101011
Octal 266 222 353
Decimal 182 146 235
Hex B6 92 EB

RGB Percentages of Color #b692eb

%32.33
%25.93
%41.74

CMYK Percentages of Color #b692eb

%23
%38
%0
%8

Triadic Colors of #b692eb

#b692eb #ebb692 #92ebb6

Analogous Colors of #b692eb

#b692eb #e392eb #929beb

Monochromatic Colors of #b692eb

#b692eb

Complementary Color

#b692eb #c7eb92

#b692eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b692eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b692eb Color CSS Codes

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

#b692eb Text Font Color

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

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


#b692eb Background Color

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

This div background color is #b692eb


#b692eb Border Color

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

This div border color is #b692eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b692eb


Comments

No comments written yet.

Please login to write comment.