Color Hex Logo

#bd213e Color Hex

#BD213E
(189,33,62)
0 Favorites   0 Comments

Color spaces of #bd213e

RGB 1893362
HSL0.970.700.44
HSV349°83°74°
CMYK 0.000.830.67   0.26
XYZ22.399612.25435.7422
Yxy12.25430.55450.3034
Hunter Lab35.006152.957214.7787
CIE-Lab41.617560.491524.3391

#bd213e color RGB value is (189,33,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 00111110
Octal 275 41 76
Decimal 189 33 62
Hex BD 21 3E

RGB Percentages of Color #bd213e

%66.55
%11.62
%21.83

CMYK Percentages of Color #bd213e

%0
%83
%67
%26

Triadic Colors of #bd213e

#bd213e #3ebd21 #213ebd

Analogous Colors of #bd213e

#bd213e #bd5221 #bd218c

Monochromatic Colors of #bd213e

#bd213e

Complementary Color

#bd213e #21bda0

#bd213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd213e Color CSS Codes

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

#bd213e Text Font Color

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

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


#bd213e Background Color

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

This div background color is #bd213e


#bd213e Border Color

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

This div border color is #bd213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd213e


Comments

No comments written yet.

Please login to write comment.