Color Hex Logo

#bd254b Color Hex

#BD254B
(189,37,75)
0 Favorites   0 Comments

Color spaces of #bd254b

RGB 1893775
HSL0.960.670.44
HSV345°80°74°
CMYK 0.000.800.60   0.26
XYZ22.917812.65007.8904
Yxy12.65000.52740.2911
Hunter Lab35.566852.776111.7435
CIE-Lab42.231160.210117.0156

#bd254b color RGB value is (189,37,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01001011
Octal 275 45 113
Decimal 189 37 75
Hex BD 25 4B

RGB Percentages of Color #bd254b

%62.79
%12.29
%24.92

CMYK Percentages of Color #bd254b

%0
%80
%60
%26

Triadic Colors of #bd254b

#bd254b #4bbd25 #254bbd

Analogous Colors of #bd254b

#bd254b #bd4b25 #bd2597

Monochromatic Colors of #bd254b

#bd254b

Complementary Color

#bd254b #25bd97

#bd254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd254b Color CSS Codes

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

#bd254b Text Font Color

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

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


#bd254b Background Color

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

This div background color is #bd254b


#bd254b Border Color

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

This div border color is #bd254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd254b


Comments

No comments written yet.

Please login to write comment.