Color Hex Logo

#bd355d Color Hex

#BD355D
(189,53,93)
0 Favorites   0 Comments

Color spaces of #bd355d

RGB 1895393
HSL0.950.560.47
HSV342°72°74°
CMYK 0.000.720.51   0.26
XYZ24.235214.155311.8108
Yxy14.15530.48280.2820
Hunter Lab37.623549.13967.7241
CIE-Lab44.454856.47738.8497

#bd355d color RGB value is (189,53,93).

#bd355d hex color red value is 189, green value is 53 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bd355d hue: 0.95 , saturation: 0.56 and the lightness value of bd355d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 01011101
Octal 275 65 135
Decimal 189 53 93
Hex BD 35 5D

RGB Percentages of Color #bd355d

%56.42
%15.82
%27.76

CMYK Percentages of Color #bd355d

%0
%72
%51
%26

Triadic Colors of #bd355d

#bd355d #5dbd35 #355dbd

Analogous Colors of #bd355d

#bd355d #bd5135 #bd35a1

Monochromatic Colors of #bd355d

#bd355d

Complementary Color

#bd355d #35bd95

#bd355d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd355d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd355d Color CSS Codes

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

#bd355d Text Font Color

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

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


#bd355d Background Color

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

This div background color is #bd355d


#bd355d Border Color

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

This div border color is #bd355d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,53,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 #bd355d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd355d


Comments

No comments written yet.

Please login to write comment.