Color Hex Logo

#bd335e Color Hex

#BD335E
(189,51,94)
0 Favorites   0 Comments

Color spaces of #bd335e

RGB 1895194
HSL0.950.580.47
HSV341°73°74°
CMYK 0.000.730.50   0.26
XYZ24.190513.994612.0159
Yxy13.99460.48190.2788
Hunter Lab37.409449.95947.1426
CIE-Lab44.225257.27217.9048

#bd335e color RGB value is (189,51,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 01011110
Octal 275 63 136
Decimal 189 51 94
Hex BD 33 5E

RGB Percentages of Color #bd335e

%56.59
%15.27
%28.14

CMYK Percentages of Color #bd335e

%0
%73
%50
%26

Triadic Colors of #bd335e

#bd335e #5ebd33 #335ebd

Analogous Colors of #bd335e

#bd335e #bd4d33 #bd33a3

Monochromatic Colors of #bd335e

#bd335e

Complementary Color

#bd335e #33bd92

#bd335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd335e Color CSS Codes

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

#bd335e Text Font Color

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

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


#bd335e Background Color

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

This div background color is #bd335e


#bd335e Border Color

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

This div border color is #bd335e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd335e


Comments

No comments written yet.

Please login to write comment.