Color Hex Logo

#bd0475 Color Hex

#BD0475
(189,4,117)
0 Favorites   0 Comments

Color spaces of #bd0475

RGB 1894117
HSL0.900.960.38
HSV323°98°74°
CMYK 0.000.980.38   0.26
XYZ24.240612.190017.9049
Yxy12.19000.44610.2243
Hunter Lab34.914262.8311-5.9655
CIE-Lab41.516569.1660-10.4059

#bd0475 color RGB value is (189,4,117).

#bd0475 hex color red value is 189, green value is 4 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bd0475 hue: 0.90 , saturation: 0.96 and the lightness value of bd0475 is 0.38.

The process color (four color CMYK) of #bd0475 color hex is 0.00, 0.98, 0.38, 0.26. Web safe color of #bd0475 is #cc0066. Color #bd0475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000100 01110101
Octal 275 4 165
Decimal 189 4 117
Hex BD 4 75

RGB Percentages of Color #bd0475

%60.97
%1.29
%37.74

CMYK Percentages of Color #bd0475

%0
%98
%38
%26

Triadic Colors of #bd0475

#bd0475 #75bd04 #0475bd

Analogous Colors of #bd0475

#bd0475 #bd0419 #a904bd

Monochromatic Colors of #bd0475

#bd0475

Complementary Color

#bd0475 #04bd4c

#bd0475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0475 Color CSS Codes

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

#bd0475 Text Font Color

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

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


#bd0475 Background Color

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

This div background color is #bd0475


#bd0475 Border Color

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

This div border color is #bd0475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0475


Comments

No comments written yet.

Please login to write comment.