Color Hex Logo

#bd1674 Color Hex

#BD1674
(189,22,116)
0 Favorites   0 Comments

Color spaces of #bd1674

RGB 18922116
HSL0.910.790.41
HSV326°88°74°
CMYK 0.000.880.39   0.26
XYZ24.425612.653617.6780
Yxy12.65360.44610.2311
Hunter Lab35.571960.3170-4.5647
CIE-Lab42.236666.8668-8.6995

#bd1674 color RGB value is (189,22,116).

#bd1674 hex color red value is 189, green value is 22 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bd1674 hue: 0.91 , saturation: 0.79 and the lightness value of bd1674 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010110 01110100
Octal 275 26 164
Decimal 189 22 116
Hex BD 16 74

RGB Percentages of Color #bd1674

%57.80
%6.73
%35.47

CMYK Percentages of Color #bd1674

%0
%88
%39
%26

Triadic Colors of #bd1674

#bd1674 #74bd16 #1674bd

Analogous Colors of #bd1674

#bd1674 #bd1620 #b316bd

Monochromatic Colors of #bd1674

#bd1674

Complementary Color

#bd1674 #16bd5f

#bd1674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1674 Color CSS Codes

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

#bd1674 Text Font Color

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

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


#bd1674 Background Color

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

This div background color is #bd1674


#bd1674 Border Color

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

This div border color is #bd1674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1674


Comments

No comments written yet.

Please login to write comment.