Color Hex Logo

#bd608a Color Hex

#BD608A
(189,96,138)
0 Favorites   0 Comments

Color spaces of #bd608a

RGB 18996138
HSL0.920.410.56
HSV333°49°74°
CMYK 0.000.490.27   0.26
XYZ29.756621.019526.5336
Yxy21.01950.38490.2719
Hunter Lab45.847035.6215-2.2207
CIE-Lab52.970842.2212-6.0077

#bd608a color RGB value is (189,96,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 10001010
Octal 275 140 212
Decimal 189 96 138
Hex BD 60 8A

RGB Percentages of Color #bd608a

%44.68
%22.70
%32.62

CMYK Percentages of Color #bd608a

%0
%49
%27
%26

Triadic Colors of #bd608a

#bd608a #8abd60 #608abd

Analogous Colors of #bd608a

#bd608a #bd6560 #bd60b9

Monochromatic Colors of #bd608a

#bd608a

Complementary Color

#bd608a #60bd93

#bd608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd608a Color CSS Codes

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

#bd608a Text Font Color

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

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


#bd608a Background Color

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

This div background color is #bd608a


#bd608a Border Color

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

This div border color is #bd608a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,96,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 #bd608a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd608a


Comments

No comments written yet.

Please login to write comment.