Color Hex Logo

#bd618a Color Hex

#BD618A
(189,97,138)
0 Favorites   0 Comments

Color spaces of #bd618a

RGB 18997138
HSL0.930.410.56
HSV333°49°74°
CMYK 0.000.490.27   0.26
XYZ29.848421.203226.5642
Yxy21.20320.38460.2732
Hunter Lab46.046935.1246-1.9712
CIE-Lab53.171241.7064-5.7103

#bd618a color RGB value is (189,97,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 10001010
Octal 275 141 212
Decimal 189 97 138
Hex BD 61 8A

RGB Percentages of Color #bd618a

%44.58
%22.88
%32.55

CMYK Percentages of Color #bd618a

%0
%49
%27
%26

Triadic Colors of #bd618a

#bd618a #8abd61 #618abd

Analogous Colors of #bd618a

#bd618a #bd6661 #bd61b8

Monochromatic Colors of #bd618a

#bd618a

Complementary Color

#bd618a #61bd94

#bd618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd618a Color CSS Codes

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

#bd618a Text Font Color

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

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


#bd618a Background Color

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

This div background color is #bd618a


#bd618a Border Color

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

This div border color is #bd618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd618a


Comments

No comments written yet.

Please login to write comment.