Color Hex Logo

#bd608f Color Hex

#BD608F
(189,96,143)
0 Favorites   0 Comments

Color spaces of #bd608f

RGB 18996143
HSL0.920.410.56
HSV330°49°74°
CMYK 0.000.490.24   0.26
XYZ30.127121.167728.4845
Yxy21.16770.37760.2653
Hunter Lab46.008436.3703-4.5015
CIE-Lab53.132542.9274-8.7184

#bd608f color RGB value is (189,96,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 10001111
Octal 275 140 217
Decimal 189 96 143
Hex BD 60 8F

RGB Percentages of Color #bd608f

%44.16
%22.43
%33.41

CMYK Percentages of Color #bd608f

%0
%49
%24
%26

Triadic Colors of #bd608f

#bd608f #8fbd60 #608fbd

Analogous Colors of #bd608f

#bd608f #bd6060 #bd60bd

Monochromatic Colors of #bd608f

#bd608f

Complementary Color

#bd608f #60bd8e

#bd608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd608f Color CSS Codes

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

#bd608f Text Font Color

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

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


#bd608f Background Color

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

This div background color is #bd608f


#bd608f Border Color

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

This div border color is #bd608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd608f


Comments

No comments written yet.

Please login to write comment.