Color Hex Logo

#be92bf Color Hex

#BE92BF
(190,146,191)
0 Favorites   0 Comments

Color spaces of #be92bf

RGB 190146191
HSL0.830.260.66
HSV299°24°75°
CMYK 0.010.240.00   0.25
XYZ40.918135.266553.9407
Yxy35.26650.31450.2710
Hunter Lab59.385619.0660-12.2839
CIE-Lab65.955624.2825-16.9491

#be92bf color RGB value is (190,146,191).

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

The process color (four color CMYK) of #be92bf color hex is 0.01, 0.24, 0.00, 0.25. Web safe color of #be92bf is #cc99cc. Color #be92bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 10111111
Octal 276 222 277
Decimal 190 146 191
Hex BE 92 BF

RGB Percentages of Color #be92bf

%36.05
%27.70
%36.24

CMYK Percentages of Color #be92bf

%1
%24
%0
%25

Triadic Colors of #be92bf

#be92bf #bfbe92 #92bfbe

Analogous Colors of #be92bf

#be92bf #bf92aa #a892bf

Monochromatic Colors of #be92bf

#be92bf

Complementary Color

#be92bf #93bf92

#be92bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be92bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be92bf Color CSS Codes

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

#be92bf Text Font Color

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

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


#be92bf Background Color

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

This div background color is #be92bf


#be92bf Border Color

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

This div border color is #be92bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be92bf


Comments

No comments written yet.

Please login to write comment.