Color Hex Logo

#be96be Color Hex

#BE96BE
(190,150,190)
0 Favorites   0 Comments

Color spaces of #be96be

RGB 190150190
HSL0.830.240.67
HSV300°21°75°
CMYK 0.000.210.00   0.25
XYZ41.435836.477553.5722
Yxy36.47750.31510.2774
Hunter Lab60.396616.7680-10.3130
CIE-Lab66.883221.8700-14.9887

#be96be color RGB value is (190,150,190).

#be96be hex color red value is 190, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #be96be hue: 0.83 , saturation: 0.24 and the lightness value of be96be is 0.67.

The process color (four color CMYK) of #be96be color hex is 0.00, 0.21, 0.00, 0.25. Web safe color of #be96be is #cc99cc. Color #be96be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 10111110
Octal 276 226 276
Decimal 190 150 190
Hex BE 96 BE

RGB Percentages of Color #be96be

%35.85
%28.30
%35.85

CMYK Percentages of Color #be96be

%0
%21
%0
%25

Triadic Colors of #be96be

#be96be #bebe96 #96bebe

Analogous Colors of #be96be

#be96be #be96aa #aa96be

Monochromatic Colors of #be96be

#be96be

Complementary Color

#be96be #96be96

#be96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#be96be Color CSS Codes

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

#be96be Text Font Color

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

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


#be96be Background Color

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

This div background color is #be96be


#be96be Border Color

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

This div border color is #be96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be96be


Comments

No comments written yet.

Please login to write comment.