Color Hex Logo

#bea1ba Color Hex

#BEA1BA
(190,161,186)
0 Favorites   0 Comments

Color spaces of #bea1ba

RGB 190161186
HSL0.860.180.69
HSV308°15°75°
CMYK 0.000.150.02   0.25
XYZ42.843039.982151.9136
Yxy39.98210.31800.2967
Hunter Lab63.231410.2893-4.4157
CIE-Lab69.456815.0210-8.9048

#bea1ba color RGB value is (190,161,186).

#bea1ba hex color red value is 190, green value is 161 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bea1ba hue: 0.86 , saturation: 0.18 and the lightness value of bea1ba is 0.69.

The process color (four color CMYK) of #bea1ba color hex is 0.00, 0.15, 0.02, 0.25. Web safe color of #bea1ba is #cc99cc. Color #bea1ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 10111010
Octal 276 241 272
Decimal 190 161 186
Hex BE A1 BA

RGB Percentages of Color #bea1ba

%35.38
%29.98
%34.64

CMYK Percentages of Color #bea1ba

%0
%15
%2
%25

Triadic Colors of #bea1ba

#bea1ba #babea1 #a1babe

Analogous Colors of #bea1ba

#bea1ba #bea1ac #b4a1be

Monochromatic Colors of #bea1ba

#bea1ba

Complementary Color

#bea1ba #a1bea5

#bea1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea1ba Color CSS Codes

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

#bea1ba Text Font Color

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

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


#bea1ba Background Color

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

This div background color is #bea1ba


#bea1ba Border Color

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

This div border color is #bea1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea1ba


Comments

No comments written yet.

Please login to write comment.