Color Hex Logo

#bda190 Color Hex

#BDA190
(189,161,144)
0 Favorites   0 Comments

Color spaces of #bda190

RGB 189161144
HSL0.060.250.65
HSV23°24°74°
CMYK 0.000.150.24   0.26
XYZ38.765238.322231.7393
Yxy38.32220.35620.3521
Hunter Lab61.90493.444012.9348
CIE-Lab68.25747.619912.6616

#bda190 color RGB value is (189,161,144).

#bda190 hex color red value is 189, green value is 161 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bda190 hue: 0.06 , saturation: 0.25 and the lightness value of bda190 is 0.65.

The process color (four color CMYK) of #bda190 color hex is 0.00, 0.15, 0.24, 0.26. Web safe color of #bda190 is #cc9999. Color #bda190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 10010000
Octal 275 241 220
Decimal 189 161 144
Hex BD A1 90

RGB Percentages of Color #bda190

%38.26
%32.59
%29.15

CMYK Percentages of Color #bda190

%0
%15
%24
%26

Triadic Colors of #bda190

#bda190 #90bda1 #a190bd

Analogous Colors of #bda190

#bda190 #bdb890 #bd9096

Monochromatic Colors of #bda190

#bda190

Complementary Color

#bda190 #90acbd

#bda190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda190 Color CSS Codes

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

#bda190 Text Font Color

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

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


#bda190 Background Color

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

This div background color is #bda190


#bda190 Border Color

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

This div border color is #bda190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda190


Comments

No comments written yet.

Please login to write comment.