Color Hex Logo

#bd618f Color Hex

#BD618F
(189,97,143)
0 Favorites   0 Comments

Color spaces of #bd618f

RGB 18997143
HSL0.920.410.56
HSV330°49°74°
CMYK 0.000.490.24   0.26
XYZ30.218921.351428.5151
Yxy21.35140.37730.2666
Hunter Lab46.207635.8724-4.2431
CIE-Lab53.332042.4138-8.4204

#bd618f color RGB value is (189,97,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 10001111
Octal 275 141 217
Decimal 189 97 143
Hex BD 61 8F

RGB Percentages of Color #bd618f

%44.06
%22.61
%33.33

CMYK Percentages of Color #bd618f

%0
%49
%24
%26

Triadic Colors of #bd618f

#bd618f #8fbd61 #618fbd

Analogous Colors of #bd618f

#bd618f #bd6161 #bd61bd

Monochromatic Colors of #bd618f

#bd618f

Complementary Color

#bd618f #61bd8f

#bd618f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd618f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd618f Color CSS Codes

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

#bd618f Text Font Color

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

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


#bd618f Background Color

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

This div background color is #bd618f


#bd618f Border Color

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

This div border color is #bd618f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd618f


Comments

No comments written yet.

Please login to write comment.