Color Hex Logo

#bd4098 Color Hex

#BD4098
(189,64,152)
0 Favorites   0 Comments

Color spaces of #bd4098

RGB 18964152
HSL0.880.490.50
HSV318°66°74°
CMYK 0.000.660.20   0.26
XYZ28.487216.752631.4379
Yxy16.75260.37150.2185
Hunter Lab40.929952.6084-16.8891
CIE-Lab47.946858.9785-21.9357

#bd4098 color RGB value is (189,64,152).

#bd4098 hex color red value is 189, green value is 64 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bd4098 hue: 0.88 , saturation: 0.49 and the lightness value of bd4098 is 0.50.

The process color (four color CMYK) of #bd4098 color hex is 0.00, 0.66, 0.20, 0.26. Web safe color of #bd4098 is #cc3399. Color #bd4098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 10011000
Octal 275 100 230
Decimal 189 64 152
Hex BD 40 98

RGB Percentages of Color #bd4098

%46.67
%15.80
%37.53

CMYK Percentages of Color #bd4098

%0
%66
%20
%26

Triadic Colors of #bd4098

#bd4098 #98bd40 #4098bd

Analogous Colors of #bd4098

#bd4098 #bd4059 #a440bd

Monochromatic Colors of #bd4098

#bd4098

Complementary Color

#bd4098 #40bd65

#bd4098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4098 Color CSS Codes

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

#bd4098 Text Font Color

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

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


#bd4098 Background Color

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

This div background color is #bd4098


#bd4098 Border Color

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

This div border color is #bd4098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4098


Comments

No comments written yet.

Please login to write comment.