Color Hex Logo

#bd254a Color Hex

#BD254A
(189,37,74)
0 Favorites   0 Comments

Color spaces of #bd254a

RGB 1893774
HSL0.960.670.44
HSV345°80°74°
CMYK 0.000.800.61   0.26
XYZ22.883912.63647.7115
Yxy12.63640.52930.2923
Hunter Lab35.547752.701212.0214
CIE-Lab42.210260.146617.6147

#bd254a color RGB value is (189,37,74).

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

The process color (four color CMYK) of #bd254a color hex is 0.00, 0.80, 0.61, 0.26. Web safe color of #bd254a is #cc3333. Color #bd254a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01001010
Octal 275 45 112
Decimal 189 37 74
Hex BD 25 4A

RGB Percentages of Color #bd254a

%63.00
%12.33
%24.67

CMYK Percentages of Color #bd254a

%0
%80
%61
%26

Triadic Colors of #bd254a

#bd254a #4abd25 #254abd

Analogous Colors of #bd254a

#bd254a #bd4c25 #bd2596

Monochromatic Colors of #bd254a

#bd254a

Complementary Color

#bd254a #25bd98

#bd254a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd254a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd254a Color CSS Codes

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

#bd254a Text Font Color

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

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


#bd254a Background Color

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

This div background color is #bd254a


#bd254a Border Color

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

This div border color is #bd254a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd254a


Comments

No comments written yet.

Please login to write comment.