Color Hex Logo

#bd3e9f Color Hex

#BD3E9F
(189,62,159)
0 Favorites   0 Comments

Color spaces of #bd3e9f

RGB 18962159
HSL0.870.510.49
HSV314°67°74°
CMYK 0.000.670.16   0.26
XYZ28.966916.767334.5106
Yxy16.76730.36100.2090
Hunter Lab40.947954.6137-21.3057
CIE-Lab47.965560.7656-26.0769

#bd3e9f color RGB value is (189,62,159).

#bd3e9f hex color red value is 189, green value is 62 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bd3e9f hue: 0.87 , saturation: 0.51 and the lightness value of bd3e9f is 0.49.

The process color (four color CMYK) of #bd3e9f color hex is 0.00, 0.67, 0.16, 0.26. Web safe color of #bd3e9f is #cc3399. Color #bd3e9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111110 10011111
Octal 275 76 237
Decimal 189 62 159
Hex BD 3E 9F

RGB Percentages of Color #bd3e9f

%46.10
%15.12
%38.78

CMYK Percentages of Color #bd3e9f

%0
%67
%16
%26

Triadic Colors of #bd3e9f

#bd3e9f #9fbd3e #3e9fbd

Analogous Colors of #bd3e9f

#bd3e9f #bd3e60 #9c3ebd

Monochromatic Colors of #bd3e9f

#bd3e9f

Complementary Color

#bd3e9f #3ebd5c

#bd3e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3e9f Color CSS Codes

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

#bd3e9f Text Font Color

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

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


#bd3e9f Background Color

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

This div background color is #bd3e9f


#bd3e9f Border Color

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

This div border color is #bd3e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3e9f


Comments

No comments written yet.

Please login to write comment.