Color Hex Logo

#bd3287 Color Hex

#BD3287
(189,50,135)
0 Favorites   0 Comments

Color spaces of #bd3287

RGB 18950135
HSL0.900.580.47
HSV323°74°74°
CMYK 0.000.740.29   0.26
XYZ26.500014.849324.3912
Yxy14.84930.40310.2259
Hunter Lab38.534855.3168-10.5542
CIE-Lab45.427161.8704-15.5571

#bd3287 color RGB value is (189,50,135).

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

The process color (four color CMYK) of #bd3287 color hex is 0.00, 0.74, 0.29, 0.26. Web safe color of #bd3287 is #cc3399. Color #bd3287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 10000111
Octal 275 62 207
Decimal 189 50 135
Hex BD 32 87

RGB Percentages of Color #bd3287

%50.53
%13.37
%36.10

CMYK Percentages of Color #bd3287

%0
%74
%29
%26

Triadic Colors of #bd3287

#bd3287 #87bd32 #3287bd

Analogous Colors of #bd3287

#bd3287 #bd3242 #ae32bd

Monochromatic Colors of #bd3287

#bd3287

Complementary Color

#bd3287 #32bd68

#bd3287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3287 Color CSS Codes

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

#bd3287 Text Font Color

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

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


#bd3287 Background Color

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

This div background color is #bd3287


#bd3287 Border Color

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

This div border color is #bd3287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3287


Comments

No comments written yet.

Please login to write comment.