Color Hex Logo

#bd358e Color Hex

#BD358E
(189,53,142)
0 Favorites   0 Comments

Color spaces of #bd358e

RGB 18953142
HSL0.890.560.47
HSV321°72°74°
CMYK 0.000.720.25   0.26
XYZ27.141915.318027.1173
Yxy15.31800.39010.2202
Hunter Lab39.138255.2958-13.6829
CIE-Lab46.066761.7298-18.8207

#bd358e color RGB value is (189,53,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 10001110
Octal 275 65 216
Decimal 189 53 142
Hex BD 35 8E

RGB Percentages of Color #bd358e

%49.22
%13.80
%36.98

CMYK Percentages of Color #bd358e

%0
%72
%25
%26

Triadic Colors of #bd358e

#bd358e #8ebd35 #358ebd

Analogous Colors of #bd358e

#bd358e #bd354a #a835bd

Monochromatic Colors of #bd358e

#bd358e

Complementary Color

#bd358e #35bd64

#bd358e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd358e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd358e Color CSS Codes

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

#bd358e Text Font Color

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

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


#bd358e Background Color

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

This div background color is #bd358e


#bd358e Border Color

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

This div border color is #bd358e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd358e


Comments

No comments written yet.

Please login to write comment.