Color Hex Logo

#be92df Color Hex

#BE92DF
(190,146,223)
0 Favorites   0 Comments

Color spaces of #be92df

RGB 190146223
HSL0.760.550.72
HSV274°35°87°
CMYK 0.150.350.00   0.13
XYZ44.833436.832674.5585
Yxy36.83260.28700.2358
Hunter Lab60.689925.6560-30.3558
CIE-Lab67.151230.8058-32.9182

#be92df color RGB value is (190,146,223).

#be92df hex color red value is 190, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be92df hue: 0.76 , saturation: 0.55 and the lightness value of be92df is 0.72.

The process color (four color CMYK) of #be92df color hex is 0.15, 0.35, 0.00, 0.13. Web safe color of #be92df is #cc99cc. Color #be92df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 11011111
Octal 276 222 337
Decimal 190 146 223
Hex BE 92 DF

RGB Percentages of Color #be92df

%33.99
%26.12
%39.89

CMYK Percentages of Color #be92df

%15
%35
%0
%13

Triadic Colors of #be92df

#be92df #dfbe92 #92dfbe

Analogous Colors of #be92df

#be92df #df92da #9892df

Monochromatic Colors of #be92df

#be92df

Complementary Color

#be92df #b3df92

#be92df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be92df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be92df Color CSS Codes

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

#be92df Text Font Color

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

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


#be92df Background Color

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

This div background color is #be92df


#be92df Border Color

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

This div border color is #be92df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be92df


Comments

No comments written yet.

Please login to write comment.