Color Hex Logo

#be92bb Color Hex

#BE92BB
(190,146,187)
0 Favorites   0 Comments

Color spaces of #be92bb

RGB 190146187
HSL0.840.250.66
HSV304°23°75°
CMYK 0.000.230.02   0.25
XYZ40.483735.092851.6536
Yxy35.09280.31820.2758
Hunter Lab59.239218.3173-10.2305
CIE-Lab65.820923.5226-14.9124

#be92bb color RGB value is (190,146,187).

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

The process color (four color CMYK) of #be92bb color hex is 0.00, 0.23, 0.02, 0.25. Web safe color of #be92bb is #cc99cc. Color #be92bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 10111011
Octal 276 222 273
Decimal 190 146 187
Hex BE 92 BB

RGB Percentages of Color #be92bb

%36.33
%27.92
%35.76

CMYK Percentages of Color #be92bb

%0
%23
%2
%25

Triadic Colors of #be92bb

#be92bb #bbbe92 #92bbbe

Analogous Colors of #be92bb

#be92bb #be92a5 #ab92be

Monochromatic Colors of #be92bb

#be92bb

Complementary Color

#be92bb #92be95

#be92bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be92bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be92bb Color CSS Codes

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

#be92bb Text Font Color

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

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


#be92bb Background Color

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

This div background color is #be92bb


#be92bb Border Color

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

This div border color is #be92bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be92bb


Comments

No comments written yet.

Please login to write comment.