Color Hex Logo

#bd078e Color Hex

#BD078E
(189,7,142)
0 Favorites   0 Comments

Color spaces of #bd078e

RGB 1897142
HSL0.880.930.38
HSV315°96°74°
CMYK 0.000.960.25   0.26
XYZ25.944712.923826.7183
Yxy12.92380.39560.1970
Hunter Lab35.949765.9106-18.9004
CIE-Lab42.648271.5507-24.0945

#bd078e color RGB value is (189,7,142).

#bd078e hex color red value is 189, green value is 7 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bd078e hue: 0.88 , saturation: 0.93 and the lightness value of bd078e is 0.38.

The process color (four color CMYK) of #bd078e color hex is 0.00, 0.96, 0.25, 0.26. Web safe color of #bd078e is #cc0099. Color #bd078e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 10001110
Octal 275 7 216
Decimal 189 7 142
Hex BD 7 8E

RGB Percentages of Color #bd078e

%55.92
%2.07
%42.01

CMYK Percentages of Color #bd078e

%0
%96
%25
%26

Triadic Colors of #bd078e

#bd078e #8ebd07 #078ebd

Analogous Colors of #bd078e

#bd078e #bd0733 #9107bd

Monochromatic Colors of #bd078e

#bd078e

Complementary Color

#bd078e #07bd36

#bd078e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd078e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd078e Color CSS Codes

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

#bd078e Text Font Color

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

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


#bd078e Background Color

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

This div background color is #bd078e


#bd078e Border Color

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

This div border color is #bd078e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,7,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 #bd078e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd078e


Comments

No comments written yet.

Please login to write comment.