Color Hex Logo

#bd629a Color Hex

#BD629A
(189,98,154)
0 Favorites   0 Comments

Color spaces of #bd629a

RGB 18998154
HSL0.900.410.56
HSV323°48°74°
CMYK 0.000.480.19   0.26
XYZ31.186721.887333.1528
Yxy21.88730.36170.2538
Hunter Lab46.783937.1185-9.2664
CIE-Lab53.907243.5391-14.0202

#bd629a color RGB value is (189,98,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10011010
Octal 275 142 232
Decimal 189 98 154
Hex BD 62 9A

RGB Percentages of Color #bd629a

%42.86
%22.22
%34.92

CMYK Percentages of Color #bd629a

%0
%48
%19
%26

Triadic Colors of #bd629a

#bd629a #9abd62 #629abd

Analogous Colors of #bd629a

#bd629a #bd626d #b362bd

Monochromatic Colors of #bd629a

#bd629a

Complementary Color

#bd629a #62bd85

#bd629a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd629a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd629a Color CSS Codes

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

#bd629a Text Font Color

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

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


#bd629a Background Color

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

This div background color is #bd629a


#bd629a Border Color

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

This div border color is #bd629a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd629a


Comments

No comments written yet.

Please login to write comment.