Color Hex Logo

#bd1c71 Color Hex

#BD1C71
(189,28,113)
0 Favorites   0 Comments

Color spaces of #bd1c71

RGB 18928113
HSL0.910.740.43
HSV328°85°74°
CMYK 0.000.850.40   0.26
XYZ24.382212.841616.8164
Yxy12.84160.45120.2376
Hunter Lab35.835258.7396-2.7384
CIE-Lab42.523665.4414-6.4025

#bd1c71 color RGB value is (189,28,113).

#bd1c71 hex color red value is 189, green value is 28 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bd1c71 hue: 0.91 , saturation: 0.74 and the lightness value of bd1c71 is 0.43.

The process color (four color CMYK) of #bd1c71 color hex is 0.00, 0.85, 0.40, 0.26. Web safe color of #bd1c71 is #cc3366. Color #bd1c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011100 01110001
Octal 275 34 161
Decimal 189 28 113
Hex BD 1C 71

RGB Percentages of Color #bd1c71

%57.27
%8.48
%34.24

CMYK Percentages of Color #bd1c71

%0
%85
%40
%26

Triadic Colors of #bd1c71

#bd1c71 #71bd1c #1c71bd

Analogous Colors of #bd1c71

#bd1c71 #bd1c21 #b91cbd

Monochromatic Colors of #bd1c71

#bd1c71

Complementary Color

#bd1c71 #1cbd68

#bd1c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1c71 Color CSS Codes

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

#bd1c71 Text Font Color

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

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


#bd1c71 Background Color

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

This div background color is #bd1c71


#bd1c71 Border Color

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

This div border color is #bd1c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1c71


Comments

No comments written yet.

Please login to write comment.