Color Hex Logo

#bd619e Color Hex

#BD619E
(189,97,158)
0 Favorites   0 Comments

Color spaces of #bd619e

RGB 18997158
HSL0.890.410.56
HSV320°49°74°
CMYK 0.000.490.16   0.26
XYZ31.432521.836834.9060
Yxy21.83680.35650.2477
Hunter Lab46.729938.2895-11.5772
CIE-Lab53.853444.6747-16.4441

#bd619e color RGB value is (189,97,158).

#bd619e hex color red value is 189, green value is 97 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd619e hue: 0.89 , saturation: 0.41 and the lightness value of bd619e is 0.56.

The process color (four color CMYK) of #bd619e color hex is 0.00, 0.49, 0.16, 0.26. Web safe color of #bd619e is #cc6699. Color #bd619e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 10011110
Octal 275 141 236
Decimal 189 97 158
Hex BD 61 9E

RGB Percentages of Color #bd619e

%42.57
%21.85
%35.59

CMYK Percentages of Color #bd619e

%0
%49
%16
%26

Triadic Colors of #bd619e

#bd619e #9ebd61 #619ebd

Analogous Colors of #bd619e

#bd619e #bd6170 #ae61bd

Monochromatic Colors of #bd619e

#bd619e

Complementary Color

#bd619e #61bd80

#bd619e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd619e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd619e Color CSS Codes

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

#bd619e Text Font Color

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

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


#bd619e Background Color

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

This div background color is #bd619e


#bd619e Border Color

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

This div border color is #bd619e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd619e


Comments

No comments written yet.

Please login to write comment.