Color Hex Logo

#be97de Color Hex

#BE97DE
(190,151,222)
0 Favorites   0 Comments

Color spaces of #be97de

RGB 190151222
HSL0.760.520.73
HSV273°32°87°
CMYK 0.140.320.00   0.13
XYZ45.486638.354374.1130
Yxy38.35430.28800.2428
Hunter Lab61.930822.7246-27.6011
CIE-Lab68.280927.8176-30.6187

#be97de color RGB value is (190,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 11011110
Octal 276 227 336
Decimal 190 151 222
Hex BE 97 DE

RGB Percentages of Color #be97de

%33.75
%26.82
%39.43

CMYK Percentages of Color #be97de

%14
%32
%0
%13

Triadic Colors of #be97de

#be97de #debe97 #97debe

Analogous Colors of #be97de

#be97de #de97db #9b97de

Monochromatic Colors of #be97de

#be97de

Complementary Color

#be97de #b7de97

#be97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be97de Color CSS Codes

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

#be97de Text Font Color

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

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


#be97de Background Color

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

This div background color is #be97de


#be97de Border Color

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

This div border color is #be97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be97de


Comments

No comments written yet.

Please login to write comment.