Color Hex Logo

#bea6cb Color Hex

#BEA6CB
(190,166,203)
0 Favorites   0 Comments

Color spaces of #bea6cb

RGB 190166203
HSL0.770.260.72
HSV279°18°80°
CMYK 0.060.180.00   0.20
XYZ45.650942.531462.3032
Yxy42.53140.30340.2826
Hunter Lab65.216110.8208-10.9905
CIE-Lab71.235815.5516-15.6338

#bea6cb color RGB value is (190,166,203).

#bea6cb hex color red value is 190, green value is 166 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bea6cb hue: 0.77 , saturation: 0.26 and the lightness value of bea6cb is 0.72.

The process color (four color CMYK) of #bea6cb color hex is 0.06, 0.18, 0.00, 0.20. Web safe color of #bea6cb is #cc99cc. Color #bea6cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 11001011
Octal 276 246 313
Decimal 190 166 203
Hex BE A6 CB

RGB Percentages of Color #bea6cb

%33.99
%29.70
%36.31

CMYK Percentages of Color #bea6cb

%6
%18
%0
%20

Triadic Colors of #bea6cb

#bea6cb #cbbea6 #a6cbbe

Analogous Colors of #bea6cb

#bea6cb #cba6c6 #aca6cb

Monochromatic Colors of #bea6cb

#bea6cb

Complementary Color

#bea6cb #b3cba6

#bea6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea6cb Color CSS Codes

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

#bea6cb Text Font Color

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

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


#bea6cb Background Color

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

This div background color is #bea6cb


#bea6cb Border Color

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

This div border color is #bea6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea6cb


Comments

No comments written yet.

Please login to write comment.