Color Hex Logo

#bd1073 Color Hex

#BD1073
(189,16,115)
0 Favorites   0 Comments

Color spaces of #bd1073

RGB 18916115
HSL0.900.840.40
HSV326°92°74°
CMYK 0.000.920.39   0.26
XYZ24.266112.427217.3394
Yxy12.42720.44910.2300
Hunter Lab35.252261.1802-4.4862
CIE-Lab41.887267.6795-8.6008

#bd1073 color RGB value is (189,16,115).

#bd1073 hex color red value is 189, green value is 16 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bd1073 hue: 0.90 , saturation: 0.84 and the lightness value of bd1073 is 0.40.

The process color (four color CMYK) of #bd1073 color hex is 0.00, 0.92, 0.39, 0.26. Web safe color of #bd1073 is #cc0066. Color #bd1073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 01110011
Octal 275 20 163
Decimal 189 16 115
Hex BD 10 73

RGB Percentages of Color #bd1073

%59.06
%5.00
%35.94

CMYK Percentages of Color #bd1073

%0
%92
%39
%26

Triadic Colors of #bd1073

#bd1073 #73bd10 #1073bd

Analogous Colors of #bd1073

#bd1073 #bd101d #b110bd

Monochromatic Colors of #bd1073

#bd1073

Complementary Color

#bd1073 #10bd5a

#bd1073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1073 Color CSS Codes

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

#bd1073 Text Font Color

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

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


#bd1073 Background Color

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

This div background color is #bd1073


#bd1073 Border Color

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

This div border color is #bd1073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1073


Comments

No comments written yet.

Please login to write comment.