Color Hex Logo

#bd007b Color Hex

#BD007B
(189,0,123)
0 Favorites   0 Comments

Color spaces of #bd007b

RGB 1890123
HSL0.891.000.37
HSV321°100°74°
CMYK 0.001.000.35   0.26
XYZ24.561412.248919.8086
Yxy12.24890.43380.2163
Hunter Lab34.998464.0215-9.0584
CIE-Lab41.609070.1600-13.9997

#bd007b color RGB value is (189,0,123).

#bd007b hex color red value is 189, green value is 0 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd007b hue: 0.89 , saturation: 1.00 and the lightness value of bd007b is 0.37.

The process color (four color CMYK) of #bd007b color hex is 0.00, 1.00, 0.35, 0.26. Web safe color of #bd007b is #cc0066. Color #bd007b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 01111011
Octal 275 0 173
Decimal 189 0 123
Hex BD 0 7B

RGB Percentages of Color #bd007b

%60.58
%0.00
%39.42

CMYK Percentages of Color #bd007b

%0
%100
%35
%26

Triadic Colors of #bd007b

#bd007b #7bbd00 #007bbd

Analogous Colors of #bd007b

#bd007b #bd001c #a100bd

Monochromatic Colors of #bd007b

#bd007b

Complementary Color

#bd007b #00bd42

#bd007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd007b Color CSS Codes

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

#bd007b Text Font Color

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

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


#bd007b Background Color

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

This div background color is #bd007b


#bd007b Border Color

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

This div border color is #bd007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd007b


Comments

No comments written yet.

Please login to write comment.