Color Hex Logo

#bd285d Color Hex

#BD285D
(189,40,93)
0 Favorites   0 Comments

Color spaces of #bd285d

RGB 1894093
HSL0.940.650.45
HSV339°79°74°
CMYK 0.000.790.51   0.26
XYZ23.720813.126711.6394
Yxy13.12670.48920.2707
Hunter Lab36.230853.46256.3142
CIE-Lab42.953560.68926.7249

#bd285d color RGB value is (189,40,93).

#bd285d hex color red value is 189, green value is 40 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bd285d hue: 0.94 , saturation: 0.65 and the lightness value of bd285d is 0.45.

The process color (four color CMYK) of #bd285d color hex is 0.00, 0.79, 0.51, 0.26. Web safe color of #bd285d is #cc3366. Color #bd285d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 01011101
Octal 275 50 135
Decimal 189 40 93
Hex BD 28 5D

RGB Percentages of Color #bd285d

%58.70
%12.42
%28.88

CMYK Percentages of Color #bd285d

%0
%79
%51
%26

Triadic Colors of #bd285d

#bd285d #5dbd28 #285dbd

Analogous Colors of #bd285d

#bd285d #bd3e28 #bd28a8

Monochromatic Colors of #bd285d

#bd285d

Complementary Color

#bd285d #28bd88

#bd285d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd285d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd285d Color CSS Codes

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

#bd285d Text Font Color

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

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


#bd285d Background Color

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

This div background color is #bd285d


#bd285d Border Color

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

This div border color is #bd285d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd285d


Comments

No comments written yet.

Please login to write comment.