Color Hex Logo

#bd385e Color Hex

#BD385E
(189,56,94)
0 Favorites   0 Comments

Color spaces of #bd385e

RGB 1895694
HSL0.950.540.48
HSV343°70°74°
CMYK 0.000.700.50   0.26
XYZ24.420814.455312.0927
Yxy14.45530.47910.2836
Hunter Lab38.020148.11757.7563
CIE-Lab44.878955.45668.8280

#bd385e color RGB value is (189,56,94).

#bd385e hex color red value is 189, green value is 56 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd385e hue: 0.95 , saturation: 0.54 and the lightness value of bd385e is 0.48.

The process color (four color CMYK) of #bd385e color hex is 0.00, 0.70, 0.50, 0.26. Web safe color of #bd385e is #cc3366. Color #bd385e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 01011110
Octal 275 70 136
Decimal 189 56 94
Hex BD 38 5E

RGB Percentages of Color #bd385e

%55.75
%16.52
%27.73

CMYK Percentages of Color #bd385e

%0
%70
%50
%26

Triadic Colors of #bd385e

#bd385e #5ebd38 #385ebd

Analogous Colors of #bd385e

#bd385e #bd5538 #bd38a1

Monochromatic Colors of #bd385e

#bd385e

Complementary Color

#bd385e #38bd97

#bd385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd385e Color CSS Codes

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

#bd385e Text Font Color

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

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


#bd385e Background Color

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

This div background color is #bd385e


#bd385e Border Color

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

This div border color is #bd385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd385e


Comments

No comments written yet.

Please login to write comment.