Color Hex Logo

#bea6da Color Hex

#BEA6DA
(190,166,218)
0 Favorites   0 Comments

Color spaces of #bea6da

RGB 190166218
HSL0.740.410.75
HSV268°24°85°
CMYK 0.130.240.00   0.15
XYZ47.526343.281572.1789
Yxy43.28150.29160.2656
Hunter Lab65.788713.8197-18.9969
CIE-Lab71.745618.6442-23.1012

#bea6da color RGB value is (190,166,218).

#bea6da hex color red value is 190, green value is 166 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bea6da hue: 0.74 , saturation: 0.41 and the lightness value of bea6da is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 11011010
Octal 276 246 332
Decimal 190 166 218
Hex BE A6 DA

RGB Percentages of Color #bea6da

%33.10
%28.92
%37.98

CMYK Percentages of Color #bea6da

%13
%24
%0
%15

Triadic Colors of #bea6da

#bea6da #dabea6 #a6dabe

Analogous Colors of #bea6da

#bea6da #d8a6da #a6a8da

Monochromatic Colors of #bea6da

#bea6da

Complementary Color

#bea6da #c2daa6

#bea6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea6da Color CSS Codes

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

#bea6da Text Font Color

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

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


#bea6da Background Color

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

This div background color is #bea6da


#bea6da Border Color

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

This div border color is #bea6da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,166,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 #bea6da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea6da


Comments

No comments written yet.

Please login to write comment.