Color Hex Logo

#be97df Color Hex

#BE97DF
(190,151,223)
0 Favorites   0 Comments

Color spaces of #be97df

RGB 190151223
HSL0.760.530.73
HSV273°32°87°
CMYK 0.150.320.00   0.13
XYZ45.621138.408174.8210
Yxy38.40810.28720.2418
Hunter Lab61.974322.9442-28.1983
CIE-Lab68.320328.0329-31.1092

#be97df color RGB value is (190,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 11011111
Octal 276 227 337
Decimal 190 151 223
Hex BE 97 DF

RGB Percentages of Color #be97df

%33.69
%26.77
%39.54

CMYK Percentages of Color #be97df

%15
%32
%0
%13

Triadic Colors of #be97df

#be97df #dfbe97 #97dfbe

Analogous Colors of #be97df

#be97df #df97dc #9a97df

Monochromatic Colors of #be97df

#be97df

Complementary Color

#be97df #b8df97

#be97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be97df Color CSS Codes

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

#be97df Text Font Color

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

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


#be97df Background Color

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

This div background color is #be97df


#be97df Border Color

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

This div border color is #be97df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,151,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 #be97df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be97df


Comments

No comments written yet.

Please login to write comment.