Color Hex Logo

#bd1783 Color Hex

#BD1783
(189,23,131)
0 Favorites   0 Comments

Color spaces of #bd1783

RGB 18923131
HSL0.890.780.42
HSV321°88°74°
CMYK 0.000.880.31   0.26
XYZ25.389413.070322.6574
Yxy13.07030.41540.2139
Hunter Lab36.152962.0893-11.8507
CIE-Lab42.869068.2683-17.0186

#bd1783 color RGB value is (189,23,131).

#bd1783 hex color red value is 189, green value is 23 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bd1783 hue: 0.89 , saturation: 0.78 and the lightness value of bd1783 is 0.42.

The process color (four color CMYK) of #bd1783 color hex is 0.00, 0.88, 0.31, 0.26. Web safe color of #bd1783 is #cc0099. Color #bd1783 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 10000011
Octal 275 27 203
Decimal 189 23 131
Hex BD 17 83

RGB Percentages of Color #bd1783

%55.10
%6.71
%38.19

CMYK Percentages of Color #bd1783

%0
%88
%31
%26

Triadic Colors of #bd1783

#bd1783 #83bd17 #1783bd

Analogous Colors of #bd1783

#bd1783 #bd1730 #a417bd

Monochromatic Colors of #bd1783

#bd1783

Complementary Color

#bd1783 #17bd51

#bd1783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1783 Color CSS Codes

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

#bd1783 Text Font Color

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

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


#bd1783 Background Color

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

This div background color is #bd1783


#bd1783 Border Color

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

This div border color is #bd1783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1783


Comments

No comments written yet.

Please login to write comment.