Color Hex Logo

#be96da Color Hex

#BE96DA
(190,150,218)
0 Favorites   0 Comments

Color spaces of #be96da

RGB 190150218
HSL0.760.480.72
HSV275°31°85°
CMYK 0.130.310.00   0.15
XYZ44.796437.821871.2690
Yxy37.82180.29110.2458
Hunter Lab61.499422.3960-25.6590
CIE-Lab67.889127.5184-29.0145

#be96da color RGB value is (190,150,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 11011010
Octal 276 226 332
Decimal 190 150 218
Hex BE 96 DA

RGB Percentages of Color #be96da

%34.05
%26.88
%39.07

CMYK Percentages of Color #be96da

%13
%31
%0
%15

Triadic Colors of #be96da

#be96da #dabe96 #96dabe

Analogous Colors of #be96da

#be96da #da96d4 #9c96da

Monochromatic Colors of #be96da

#be96da

Complementary Color

#be96da #b2da96

#be96da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be96da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be96da Color CSS Codes

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

#be96da Text Font Color

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

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


#be96da Background Color

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

This div background color is #be96da


#be96da Border Color

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

This div border color is #be96da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be96da


Comments

No comments written yet.

Please login to write comment.