Color Hex Logo

#bd213a Color Hex

#BD213A
(189,33,58)
0 Favorites   0 Comments

Color spaces of #bd213a

RGB 1893358
HSL0.970.700.44
HSV350°83°74°
CMYK 0.000.830.69   0.26
XYZ22.293812.21205.1851
Yxy12.21200.56170.3077
Hunter Lab34.945752.720215.6648
CIE-Lab41.551160.290626.7331

#bd213a color RGB value is (189,33,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 00111010
Octal 275 41 72
Decimal 189 33 58
Hex BD 21 3A

RGB Percentages of Color #bd213a

%67.50
%11.79
%20.71

CMYK Percentages of Color #bd213a

%0
%83
%69
%26

Triadic Colors of #bd213a

#bd213a #3abd21 #213abd

Analogous Colors of #bd213a

#bd213a #bd5621 #bd2188

Monochromatic Colors of #bd213a

#bd213a

Complementary Color

#bd213a #21bda4

#bd213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd213a Color CSS Codes

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

#bd213a Text Font Color

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

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


#bd213a Background Color

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

This div background color is #bd213a


#bd213a Border Color

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

This div border color is #bd213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd213a


Comments

No comments written yet.

Please login to write comment.