Color Hex Logo

#b692e5 Color Hex

#B692E5
(182,146,229)
0 Favorites   0 Comments

Color spaces of #b692e5

RGB 182146229
HSL0.740.610.74
HSV266°36°90°
CMYK 0.210.360.00   0.10
XYZ43.713136.160078.8044
Yxy36.16000.27550.2279
Hunter Lab60.133224.5254-35.6062
CIE-Lab66.642029.7316-37.0809

#b692e5 color RGB value is (182,146,229).

#b692e5 hex color red value is 182, green value is 146 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b692e5 hue: 0.74 , saturation: 0.61 and the lightness value of b692e5 is 0.74.

The process color (four color CMYK) of #b692e5 color hex is 0.21, 0.36, 0.00, 0.10. Web safe color of #b692e5 is #cc99cc. Color #b692e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010010 11100101
Octal 266 222 345
Decimal 182 146 229
Hex B6 92 E5

RGB Percentages of Color #b692e5

%32.68
%26.21
%41.11

CMYK Percentages of Color #b692e5

%21
%36
%0
%10

Triadic Colors of #b692e5

#b692e5 #e5b692 #92e5b6

Analogous Colors of #b692e5

#b692e5 #e092e5 #9298e5

Monochromatic Colors of #b692e5

#b692e5

Complementary Color

#b692e5 #c1e592

#b692e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b692e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b692e5 Color CSS Codes

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

#b692e5 Text Font Color

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

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


#b692e5 Background Color

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

This div background color is #b692e5


#b692e5 Border Color

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

This div border color is #b692e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b692e5


Comments

No comments written yet.

Please login to write comment.