Color Hex Logo

#bd628b Color Hex

#BD628B
(189,98,139)
0 Favorites   0 Comments

Color spaces of #bd628b

RGB 18998139
HSL0.920.410.56
HSV333°48°74°
CMYK 0.000.480.26   0.26
XYZ30.014121.418326.9783
Yxy21.41830.38280.2732
Hunter Lab46.279934.7735-2.1664
CIE-Lab53.404341.3294-5.9544

#bd628b color RGB value is (189,98,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10001011
Octal 275 142 213
Decimal 189 98 139
Hex BD 62 8B

RGB Percentages of Color #bd628b

%44.37
%23.00
%32.63

CMYK Percentages of Color #bd628b

%0
%48
%26
%26

Triadic Colors of #bd628b

#bd628b #8bbd62 #628bbd

Analogous Colors of #bd628b

#bd628b #bd6762 #bd62b9

Monochromatic Colors of #bd628b

#bd628b

Complementary Color

#bd628b #62bd94

#bd628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd628b Color CSS Codes

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

#bd628b Text Font Color

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

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


#bd628b Background Color

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

This div background color is #bd628b


#bd628b Border Color

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

This div border color is #bd628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd628b

#bd628b Color Palettes


Comments

No comments written yet.

Please login to write comment.