Color Hex Logo

#bd2653 Color Hex

#BD2653
(189,38,83)
0 Favorites   0 Comments

Color spaces of #bd2653

RGB 1893883
HSL0.950.670.45
HSV342°80°74°
CMYK 0.000.800.56   0.26
XYZ23.240712.82969.4350
Yxy12.82960.51070.2819
Hunter Lab35.818453.13709.4552
CIE-Lab42.505460.482612.3685

#bd2653 color RGB value is (189,38,83).

#bd2653 hex color red value is 189, green value is 38 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bd2653 hue: 0.95 , saturation: 0.67 and the lightness value of bd2653 is 0.45.

The process color (four color CMYK) of #bd2653 color hex is 0.00, 0.80, 0.56, 0.26. Web safe color of #bd2653 is #cc3366. Color #bd2653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 01010011
Octal 275 46 123
Decimal 189 38 83
Hex BD 26 53

RGB Percentages of Color #bd2653

%60.97
%12.26
%26.77

CMYK Percentages of Color #bd2653

%0
%80
%56
%26

Triadic Colors of #bd2653

#bd2653 #53bd26 #2653bd

Analogous Colors of #bd2653

#bd2653 #bd4526 #bd269f

Monochromatic Colors of #bd2653

#bd2653

Complementary Color

#bd2653 #26bd90

#bd2653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2653 Color CSS Codes

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

#bd2653 Text Font Color

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

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


#bd2653 Background Color

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

This div background color is #bd2653


#bd2653 Border Color

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

This div border color is #bd2653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2653


Comments

No comments written yet.

Please login to write comment.