Color Hex Logo

#bd359d Color Hex

#BD359D
(189,53,157)
0 Favorites   0 Comments

Color spaces of #bd359d

RGB 18953157
HSL0.870.560.47
HSV314°72°74°
CMYK 0.000.720.17   0.26
XYZ28.345215.799333.4539
Yxy15.79930.36530.2036
Hunter Lab39.748357.7317-22.0772
CIE-Lab46.710163.7523-26.8352

#bd359d color RGB value is (189,53,157).

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

The process color (four color CMYK) of #bd359d color hex is 0.00, 0.72, 0.17, 0.26. Web safe color of #bd359d is #cc3399. Color #bd359d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 10011101
Octal 275 65 235
Decimal 189 53 157
Hex BD 35 9D

RGB Percentages of Color #bd359d

%47.37
%13.28
%39.35

CMYK Percentages of Color #bd359d

%0
%72
%17
%26

Triadic Colors of #bd359d

#bd359d #9dbd35 #359dbd

Analogous Colors of #bd359d

#bd359d #bd3559 #9935bd

Monochromatic Colors of #bd359d

#bd359d

Complementary Color

#bd359d #35bd55

#bd359d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd359d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd359d Color CSS Codes

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

#bd359d Text Font Color

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

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


#bd359d Background Color

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

This div background color is #bd359d


#bd359d Border Color

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

This div border color is #bd359d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd359d


Comments

No comments written yet.

Please login to write comment.