Color Hex Logo

#be97db Color Hex

#BE97DB
(190,151,219)
0 Favorites   0 Comments

Color spaces of #be97db

RGB 190151219
HSL0.760.490.73
HSV274°31°86°
CMYK 0.130.310.00   0.14
XYZ45.088038.194872.0138
Yxy38.19480.29030.2459
Hunter Lab61.801922.0724-25.8254
CIE-Lab68.163927.1761-29.1434

#be97db color RGB value is (190,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 11011011
Octal 276 227 333
Decimal 190 151 219
Hex BE 97 DB

RGB Percentages of Color #be97db

%33.93
%26.96
%39.11

CMYK Percentages of Color #be97db

%13
%31
%0
%14

Triadic Colors of #be97db

#be97db #dbbe97 #97dbbe

Analogous Colors of #be97db

#be97db #db97d6 #9c97db

Monochromatic Colors of #be97db

#be97db

Complementary Color

#be97db #b4db97

#be97db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be97db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be97db Color CSS Codes

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

#be97db Text Font Color

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

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


#be97db Background Color

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

This div background color is #be97db


#be97db Border Color

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

This div border color is #be97db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be97db


Comments

No comments written yet.

Please login to write comment.