Color Hex Logo

#bd628e Color Hex

#BD628E
(189,98,142)
0 Favorites   0 Comments

Color spaces of #bd628e

RGB 18998142
HSL0.920.410.56
HSV331°48°74°
CMYK 0.000.480.25   0.26
XYZ30.236421.507228.1489
Yxy21.50720.37850.2692
Hunter Lab46.375935.2217-3.5243
CIE-Lab53.500241.7546-7.5802

#bd628e color RGB value is (189,98,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10001110
Octal 275 142 216
Decimal 189 98 142
Hex BD 62 8E

RGB Percentages of Color #bd628e

%44.06
%22.84
%33.10

CMYK Percentages of Color #bd628e

%0
%48
%25
%26

Triadic Colors of #bd628e

#bd628e #8ebd62 #628ebd

Analogous Colors of #bd628e

#bd628e #bd6462 #bd62bc

Monochromatic Colors of #bd628e

#bd628e

Complementary Color

#bd628e #62bd91

#bd628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd628e Color CSS Codes

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

#bd628e Text Font Color

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

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


#bd628e Background Color

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

This div background color is #bd628e


#bd628e Border Color

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

This div border color is #bd628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd628e


Comments

No comments written yet.

Please login to write comment.