Color Hex Logo

#bd015e Color Hex

#BD015E
(189,1,94)
0 Favorites   0 Comments

Color spaces of #bd015e

RGB 189194
HSL0.920.990.37
HSV330°99°74°
CMYK 0.000.990.50   0.26
XYZ23.017511.648711.6249
Yxy11.64870.49720.2516
Hunter Lab34.130260.65313.6967
CIE-Lab40.652267.46612.7966

#bd015e color RGB value is (189,1,94).

#bd015e hex color red value is 189, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd015e hue: 0.92 , saturation: 0.99 and the lightness value of bd015e is 0.37.

The process color (four color CMYK) of #bd015e color hex is 0.00, 0.99, 0.50, 0.26. Web safe color of #bd015e is #cc0066. Color #bd015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000001 01011110
Octal 275 1 136
Decimal 189 1 94
Hex BD 1 5E

RGB Percentages of Color #bd015e

%66.55
%0.35
%33.10

CMYK Percentages of Color #bd015e

%0
%99
%50
%26

Triadic Colors of #bd015e

#bd015e #5ebd01 #015ebd

Analogous Colors of #bd015e

#bd015e #bd0201 #bd01bc

Monochromatic Colors of #bd015e

#bd015e

Complementary Color

#bd015e #01bd60

#bd015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd015e Color CSS Codes

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

#bd015e Text Font Color

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

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


#bd015e Background Color

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

This div background color is #bd015e


#bd015e Border Color

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

This div border color is #bd015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd015e


Comments

No comments written yet.

Please login to write comment.