Color Hex Logo

#be96dc Color Hex

#BE96DC
(190,150,220)
0 Favorites   0 Comments

Color spaces of #be96dc

RGB 190150220
HSL0.760.500.73
HSV274°32°86°
CMYK 0.140.320.00   0.14
XYZ45.059837.927172.6559
Yxy37.92710.28950.2437
Hunter Lab61.585022.8291-26.8389
CIE-Lab67.966927.9443-29.9996

#be96dc color RGB value is (190,150,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 11011100
Octal 276 226 334
Decimal 190 150 220
Hex BE 96 DC

RGB Percentages of Color #be96dc

%33.93
%26.79
%39.29

CMYK Percentages of Color #be96dc

%14
%32
%0
%14

Triadic Colors of #be96dc

#be96dc #dcbe96 #96dcbe

Analogous Colors of #be96dc

#be96dc #dc96d7 #9b96dc

Monochromatic Colors of #be96dc

#be96dc

Complementary Color

#be96dc #b4dc96

#be96dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be96dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be96dc Color CSS Codes

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

#be96dc Text Font Color

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

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


#be96dc Background Color

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

This div background color is #be96dc


#be96dc Border Color

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

This div border color is #be96dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be96dc


Comments

No comments written yet.

Please login to write comment.