Color Hex Logo

#bd1285 Color Hex

#BD1285
(189,18,133)
0 Favorites   0 Comments

Color spaces of #bd1285

RGB 18918133
HSL0.890.830.41
HSV320°90°74°
CMYK 0.000.900.30   0.26
XYZ25.436212.944923.3483
Yxy12.94490.41210.2097
Hunter Lab35.979063.2314-13.2905
CIE-Lab42.680169.2802-18.5368

#bd1285 color RGB value is (189,18,133).

#bd1285 hex color red value is 189, green value is 18 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bd1285 hue: 0.89 , saturation: 0.83 and the lightness value of bd1285 is 0.41.

The process color (four color CMYK) of #bd1285 color hex is 0.00, 0.90, 0.30, 0.26. Web safe color of #bd1285 is #cc0099. Color #bd1285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010010 10000101
Octal 275 22 205
Decimal 189 18 133
Hex BD 12 85

RGB Percentages of Color #bd1285

%55.59
%5.29
%39.12

CMYK Percentages of Color #bd1285

%0
%90
%30
%26

Triadic Colors of #bd1285

#bd1285 #85bd12 #1285bd

Analogous Colors of #bd1285

#bd1285 #bd1230 #a012bd

Monochromatic Colors of #bd1285

#bd1285

Complementary Color

#bd1285 #12bd4a

#bd1285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1285 Color CSS Codes

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

#bd1285 Text Font Color

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

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


#bd1285 Background Color

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

This div background color is #bd1285


#bd1285 Border Color

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

This div border color is #bd1285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1285


Comments

No comments written yet.

Please login to write comment.