Color Hex Logo

#bd627c Color Hex

#BD627C
(189,98,124)
0 Favorites   0 Comments

Color spaces of #bd627c

RGB 18998124
HSL0.950.410.56
HSV343°48°74°
CMYK 0.000.480.34   0.26
XYZ28.992021.009421.5960
Yxy21.00940.40490.2934
Hunter Lab45.836032.69104.1503
CIE-Lab52.959839.33572.2597

#bd627c color RGB value is (189,98,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 01111100
Octal 275 142 174
Decimal 189 98 124
Hex BD 62 7C

RGB Percentages of Color #bd627c

%45.99
%23.84
%30.17

CMYK Percentages of Color #bd627c

%0
%48
%34
%26

Triadic Colors of #bd627c

#bd627c #7cbd62 #627cbd

Analogous Colors of #bd627c

#bd627c #bd7662 #bd62aa

Monochromatic Colors of #bd627c

#bd627c

Complementary Color

#bd627c #62bda3

#bd627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd627c Color CSS Codes

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

#bd627c Text Font Color

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

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


#bd627c Background Color

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

This div background color is #bd627c


#bd627c Border Color

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

This div border color is #bd627c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd627c


Comments

No comments written yet.

Please login to write comment.