Color Hex Logo

#bd254d Color Hex

#BD254D
(189,37,77)
0 Favorites   0 Comments

Color spaces of #bd254d

RGB 1893777
HSL0.960.670.44
HSV344°80°74°
CMYK 0.000.800.59   0.26
XYZ22.987412.67788.2567
Yxy12.67780.52340.2886
Hunter Lab35.605952.930411.1753
CIE-Lab42.273760.341115.8183

#bd254d color RGB value is (189,37,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01001101
Octal 275 45 115
Decimal 189 37 77
Hex BD 25 4D

RGB Percentages of Color #bd254d

%62.38
%12.21
%25.41

CMYK Percentages of Color #bd254d

%0
%80
%59
%26

Triadic Colors of #bd254d

#bd254d #4dbd25 #254dbd

Analogous Colors of #bd254d

#bd254d #bd4925 #bd2599

Monochromatic Colors of #bd254d

#bd254d

Complementary Color

#bd254d #25bd95

#bd254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd254d Color CSS Codes

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

#bd254d Text Font Color

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

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


#bd254d Background Color

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

This div background color is #bd254d


#bd254d Border Color

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

This div border color is #bd254d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd254d


Comments

No comments written yet.

Please login to write comment.