Color Hex Logo

#b492be Color Hex

#B492BE
(180,146,190)
0 Favorites   0 Comments

Color spaces of #b492be

RGB 180146190
HSL0.800.250.66
HSV286°23°75°
CMYK 0.050.230.00   0.25
XYZ38.395533.978853.2501
Yxy33.97880.30560.2705
Hunter Lab58.291315.5650-13.3585
CIE-Lab64.945720.7118-18.0120

#b492be color RGB value is (180,146,190).

#b492be hex color red value is 180, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b492be hue: 0.80 , saturation: 0.25 and the lightness value of b492be is 0.66.

The process color (four color CMYK) of #b492be color hex is 0.05, 0.23, 0.00, 0.25. Web safe color of #b492be is #cc99cc. Color #b492be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 10111110
Octal 264 222 276
Decimal 180 146 190
Hex B4 92 BE

RGB Percentages of Color #b492be

%34.88
%28.29
%36.82

CMYK Percentages of Color #b492be

%5
%23
%0
%25

Triadic Colors of #b492be

#b492be #beb492 #92beb4

Analogous Colors of #b492be

#b492be #be92b2 #9e92be

Monochromatic Colors of #b492be

#b492be

Complementary Color

#b492be #9cbe92

#b492be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b492be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b492be Color CSS Codes

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

#b492be Text Font Color

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

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


#b492be Background Color

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

This div background color is #b492be


#b492be Border Color

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

This div border color is #b492be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b492be


Comments

No comments written yet.

Please login to write comment.