Color Hex Logo

#bea3cb Color Hex

#BEA3CB
(190,163,203)
0 Favorites   0 Comments

Color spaces of #bea3cb

RGB 190163203
HSL0.780.280.72
HSV281°20°80°
CMYK 0.060.200.00   0.20
XYZ45.111941.453362.1236
Yxy41.45330.30340.2788
Hunter Lab64.384212.3966-12.1393
CIE-Lab70.492317.2088-16.7558

#bea3cb color RGB value is (190,163,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 11001011
Octal 276 243 313
Decimal 190 163 203
Hex BE A3 CB

RGB Percentages of Color #bea3cb

%34.17
%29.32
%36.51

CMYK Percentages of Color #bea3cb

%6
%20
%0
%20

Triadic Colors of #bea3cb

#bea3cb #cbbea3 #a3cbbe

Analogous Colors of #bea3cb

#bea3cb #cba3c4 #aaa3cb

Monochromatic Colors of #bea3cb

#bea3cb

Complementary Color

#bea3cb #b0cba3

#bea3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea3cb Color CSS Codes

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

#bea3cb Text Font Color

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

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


#bea3cb Background Color

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

This div background color is #bea3cb


#bea3cb Border Color

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

This div border color is #bea3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea3cb


Comments

No comments written yet.

Please login to write comment.