Color Hex Logo

#bd648d Color Hex

#BD648D
(189,100,141)
0 Favorites   0 Comments

Color spaces of #bd648d

RGB 189100141
HSL0.920.400.57
HSV332°47°74°
CMYK 0.000.470.25   0.26
XYZ30.351221.856227.8183
Yxy21.85620.37930.2731
Hunter Lab46.750634.0713-2.5543
CIE-Lab53.874140.5743-6.4348

#bd648d color RGB value is (189,100,141).

#bd648d hex color red value is 189, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd648d hue: 0.92 , saturation: 0.40 and the lightness value of bd648d is 0.57.

The process color (four color CMYK) of #bd648d color hex is 0.00, 0.47, 0.25, 0.26. Web safe color of #bd648d is #cc6699. Color #bd648d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 10001101
Octal 275 144 215
Decimal 189 100 141
Hex BD 64 8D

RGB Percentages of Color #bd648d

%43.95
%23.26
%32.79

CMYK Percentages of Color #bd648d

%0
%47
%25
%26

Triadic Colors of #bd648d

#bd648d #8dbd64 #648dbd

Analogous Colors of #bd648d

#bd648d #bd6864 #bd64ba

Monochromatic Colors of #bd648d

#bd648d

Complementary Color

#bd648d #64bd94

#bd648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd648d Color CSS Codes

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

#bd648d Text Font Color

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

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


#bd648d Background Color

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

This div background color is #bd648d


#bd648d Border Color

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

This div border color is #bd648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd648d


Comments

No comments written yet.

Please login to write comment.