Color Hex Logo

#bea2ba Color Hex

#BEA2BA
(190,162,186)
0 Favorites   0 Comments

Color spaces of #bea2ba

RGB 190162186
HSL0.860.180.69
HSV309°15°75°
CMYK 0.000.150.02   0.25
XYZ43.018540.333051.9721
Yxy40.33300.31790.2980
Hunter Lab63.50839.7708-4.0643
CIE-Lab69.706114.4693-8.5337

#bea2ba color RGB value is (190,162,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 10111010
Octal 276 242 272
Decimal 190 162 186
Hex BE A2 BA

RGB Percentages of Color #bea2ba

%35.32
%30.11
%34.57

CMYK Percentages of Color #bea2ba

%0
%15
%2
%25

Triadic Colors of #bea2ba

#bea2ba #babea2 #a2babe

Analogous Colors of #bea2ba

#bea2ba #bea2ac #b4a2be

Monochromatic Colors of #bea2ba

#bea2ba

Complementary Color

#bea2ba #a2bea6

#bea2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea2ba Color CSS Codes

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

#bea2ba Text Font Color

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

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


#bea2ba Background Color

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

This div background color is #bea2ba


#bea2ba Border Color

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

This div border color is #bea2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea2ba


Comments

No comments written yet.

Please login to write comment.