Color Hex Logo

#bd357a Color Hex

#BD357A
(189,53,122)
0 Favorites   0 Comments

Color spaces of #bd357a

RGB 18953122
HSL0.920.560.47
HSV330°72°74°
CMYK 0.000.720.35   0.26
XYZ25.772214.770219.9049
Yxy14.77020.42640.2443
Hunter Lab38.432052.4446-3.8054
CIE-Lab45.317859.3232-7.7885

#bd357a color RGB value is (189,53,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 01111010
Octal 275 65 172
Decimal 189 53 122
Hex BD 35 7A

RGB Percentages of Color #bd357a

%51.92
%14.56
%33.52

CMYK Percentages of Color #bd357a

%0
%72
%35
%26

Triadic Colors of #bd357a

#bd357a #7abd35 #357abd

Analogous Colors of #bd357a

#bd357a #bd3536 #bc35bd

Monochromatic Colors of #bd357a

#bd357a

Complementary Color

#bd357a #35bd78

#bd357a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd357a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd357a Color CSS Codes

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

#bd357a Text Font Color

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

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


#bd357a Background Color

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

This div background color is #bd357a


#bd357a Border Color

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

This div border color is #bd357a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd357a


Comments

No comments written yet.

Please login to write comment.