Color Hex Logo

#bea6ff Color Hex

#BEA6FF
(190,166,255)
0 Favorites   0 Comments

Color spaces of #bea6ff

RGB 190166255
HSL0.711.000.83
HSV256°35°100°
CMYK 0.250.350.00   0.00
XYZ52.921445.4396100.5892
Yxy45.43960.26600.2284
Hunter Lab67.408922.1713-41.2877
CIE-Lab73.180426.9417-41.0279

#bea6ff color RGB value is (190,166,255).

#bea6ff hex color red value is 190, green value is 166 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bea6ff hue: 0.71 , saturation: 1.00 and the lightness value of bea6ff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 11111111
Octal 276 246 377
Decimal 190 166 255
Hex BE A6 FF

RGB Percentages of Color #bea6ff

%31.10
%27.17
%41.73

CMYK Percentages of Color #bea6ff

%25
%35
%0
%0

Triadic Colors of #bea6ff

#bea6ff #ffbea6 #a6ffbe

Analogous Colors of #bea6ff

#bea6ff #eba6ff #a6bbff

Monochromatic Colors of #bea6ff

#bea6ff

Complementary Color

#bea6ff #e7ffa6

#bea6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea6ff Color CSS Codes

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

#bea6ff Text Font Color

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

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


#bea6ff Background Color

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

This div background color is #bea6ff


#bea6ff Border Color

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

This div border color is #bea6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea6ff

#bea6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.