Color Hex Logo

#bd8298 Color Hex

#BD8298
(189,130,152)
0 Favorites   0 Comments

Color spaces of #bd8298

RGB 189130152
HSL0.940.310.63
HSV338°31°74°
CMYK 0.000.310.20   0.26
XYZ34.636429.051133.4876
Yxy29.05110.35640.2990
Hunter Lab53.899120.38360.8924
CIE-Lab60.826725.9874-2.5415

#bd8298 color RGB value is (189,130,152).

#bd8298 hex color red value is 189, green value is 130 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bd8298 hue: 0.94 , saturation: 0.31 and the lightness value of bd8298 is 0.63.

The process color (four color CMYK) of #bd8298 color hex is 0.00, 0.31, 0.20, 0.26. Web safe color of #bd8298 is #cc9999. Color #bd8298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 10011000
Octal 275 202 230
Decimal 189 130 152
Hex BD 82 98

RGB Percentages of Color #bd8298

%40.13
%27.60
%32.27

CMYK Percentages of Color #bd8298

%0
%31
%20
%26

Triadic Colors of #bd8298

#bd8298 #98bd82 #8298bd

Analogous Colors of #bd8298

#bd8298 #bd8a82 #bd82b6

Monochromatic Colors of #bd8298

#bd8298

Complementary Color

#bd8298 #82bda7

#bd8298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8298 Color CSS Codes

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

#bd8298 Text Font Color

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

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


#bd8298 Background Color

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

This div background color is #bd8298


#bd8298 Border Color

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

This div border color is #bd8298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8298


Comments

No comments written yet.

Please login to write comment.