Color Hex Logo

#bd495a Color Hex

#BD495A
(189,73,90)
0 Favorites   0 Comments

Color spaces of #bd495a

RGB 1897390
HSL0.980.470.51
HSV351°61°74°
CMYK 0.000.610.52   0.26
XYZ25.214316.322111.4944
Yxy16.32210.47550.3078
Hunter Lab40.400640.702011.4118
CIE-Lab47.394348.020814.7772

#bd495a color RGB value is (189,73,90).

#bd495a hex color red value is 189, green value is 73 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd495a hue: 0.98 , saturation: 0.47 and the lightness value of bd495a is 0.51.

The process color (four color CMYK) of #bd495a color hex is 0.00, 0.61, 0.52, 0.26. Web safe color of #bd495a is #cc3366. Color #bd495a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 01011010
Octal 275 111 132
Decimal 189 73 90
Hex BD 49 5A

RGB Percentages of Color #bd495a

%53.69
%20.74
%25.57

CMYK Percentages of Color #bd495a

%0
%61
%52
%26

Triadic Colors of #bd495a

#bd495a #5abd49 #495abd

Analogous Colors of #bd495a

#bd495a #bd7249 #bd4994

Monochromatic Colors of #bd495a

#bd495a

Complementary Color

#bd495a #49bdac

#bd495a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd495a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd495a Color CSS Codes

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

#bd495a Text Font Color

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

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


#bd495a Background Color

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

This div background color is #bd495a


#bd495a Border Color

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

This div border color is #bd495a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd495a


Comments

No comments written yet.

Please login to write comment.