Color Hex Logo

#bd357e Color Hex

#BD357E
(189,53,126)
0 Favorites   0 Comments

Color spaces of #bd357e

RGB 18953126
HSL0.910.560.47
HSV328°72°74°
CMYK 0.000.720.33   0.26
XYZ26.025314.871421.2374
Yxy14.87140.41890.2393
Hunter Lab38.563552.9782-5.6574
CIE-Lab45.457659.7769-10.0260

#bd357e color RGB value is (189,53,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 01111110
Octal 275 65 176
Decimal 189 53 126
Hex BD 35 7E

RGB Percentages of Color #bd357e

%51.36
%14.40
%34.24

CMYK Percentages of Color #bd357e

%0
%72
%33
%26

Triadic Colors of #bd357e

#bd357e #7ebd35 #357ebd

Analogous Colors of #bd357e

#bd357e #bd353a #b835bd

Monochromatic Colors of #bd357e

#bd357e

Complementary Color

#bd357e #35bd74

#bd357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd357e Color CSS Codes

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

#bd357e Text Font Color

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

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


#bd357e Background Color

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

This div background color is #bd357e


#bd357e Border Color

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

This div border color is #bd357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd357e

#bd357e Color Palettes


Comments

No comments written yet.

Please login to write comment.