Color Hex Logo

#be96fd Color Hex

#BE96FD
(190,150,253)
0 Favorites   0 Comments

Color spaces of #be96fd

RGB 190150253
HSL0.730.960.79
HSV263°41°99°
CMYK 0.250.410.00   0.01
XYZ49.871239.851797.9922
Yxy39.85170.26570.2123
Hunter Lab63.128230.5404-47.8445
CIE-Lab69.363835.3331-45.9173

#be96fd color RGB value is (190,150,253).

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

The process color (four color CMYK) of #be96fd color hex is 0.25, 0.41, 0.00, 0.01. Web safe color of #be96fd is #cc99ff. Color #be96fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 11111101
Octal 276 226 375
Decimal 190 150 253
Hex BE 96 FD

RGB Percentages of Color #be96fd

%32.04
%25.30
%42.66

CMYK Percentages of Color #be96fd

%25
%41
%0
%1

Triadic Colors of #be96fd

#be96fd #fdbe96 #96fdbe

Analogous Colors of #be96fd

#be96fd #f296fd #96a2fd

Monochromatic Colors of #be96fd

#be96fd

Complementary Color

#be96fd #d5fd96

#be96fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be96fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be96fd Color CSS Codes

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

#be96fd Text Font Color

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

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


#be96fd Background Color

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

This div background color is #be96fd


#be96fd Border Color

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

This div border color is #be96fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be96fd


Comments

No comments written yet.

Please login to write comment.