Color Hex Logo

#bd629e Color Hex

#BD629E
(189,98,158)
0 Favorites   0 Comments

Color spaces of #bd629e

RGB 18998158
HSL0.890.410.56
HSV320°48°74°
CMYK 0.000.480.16   0.26
XYZ31.525522.022834.9370
Yxy22.02280.35630.2489
Hunter Lab46.928537.7876-11.2899
CIE-Lab54.051244.1629-16.1437

#bd629e color RGB value is (189,98,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10011110
Octal 275 142 236
Decimal 189 98 158
Hex BD 62 9E

RGB Percentages of Color #bd629e

%42.47
%22.02
%35.51

CMYK Percentages of Color #bd629e

%0
%48
%16
%26

Triadic Colors of #bd629e

#bd629e #9ebd62 #629ebd

Analogous Colors of #bd629e

#bd629e #bd6271 #af62bd

Monochromatic Colors of #bd629e

#bd629e

Complementary Color

#bd629e #62bd81

#bd629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd629e Color CSS Codes

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

#bd629e Text Font Color

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

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


#bd629e Background Color

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

This div background color is #bd629e


#bd629e Border Color

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

This div border color is #bd629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd629e


Comments

No comments written yet.

Please login to write comment.