Color Hex Logo

#bd2143 Color Hex

#BD2143
(189,33,67)
0 Favorites   0 Comments

Color spaces of #bd2143

RGB 1893367
HSL0.960.700.44
HSV347°83°74°
CMYK 0.000.830.65   0.26
XYZ22.543212.31186.4984
Yxy12.31180.54510.2977
Hunter Lab35.088253.277113.5811
CIE-Lab41.707460.762321.3366

#bd2143 color RGB value is (189,33,67).

#bd2143 hex color red value is 189, green value is 33 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bd2143 hue: 0.96 , saturation: 0.70 and the lightness value of bd2143 is 0.44.

The process color (four color CMYK) of #bd2143 color hex is 0.00, 0.83, 0.65, 0.26. Web safe color of #bd2143 is #cc3333. Color #bd2143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 01000011
Octal 275 41 103
Decimal 189 33 67
Hex BD 21 43

RGB Percentages of Color #bd2143

%65.40
%11.42
%23.18

CMYK Percentages of Color #bd2143

%0
%83
%65
%26

Triadic Colors of #bd2143

#bd2143 #43bd21 #2143bd

Analogous Colors of #bd2143

#bd2143 #bd4d21 #bd2191

Monochromatic Colors of #bd2143

#bd2143

Complementary Color

#bd2143 #21bd9b

#bd2143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2143 Color CSS Codes

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

#bd2143 Text Font Color

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

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


#bd2143 Background Color

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

This div background color is #bd2143


#bd2143 Border Color

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

This div border color is #bd2143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2143


Comments

No comments written yet.

Please login to write comment.