Color Hex Logo

#bd0eb3 Color Hex

#BD0EB3
(189,14,179)
0 Favorites   0 Comments

Color spaces of #bd0eb3

RGB 18914179
HSL0.840.860.40
HSV303°93°74°
CMYK 0.000.930.05   0.26
XYZ29.280014.387643.8817
Yxy14.38760.33440.1643
Hunter Lab37.931071.4099-42.0399
CIE-Lab44.783775.6880-42.9313

#bd0eb3 color RGB value is (189,14,179).

#bd0eb3 hex color red value is 189, green value is 14 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bd0eb3 hue: 0.84 , saturation: 0.86 and the lightness value of bd0eb3 is 0.40.

The process color (four color CMYK) of #bd0eb3 color hex is 0.00, 0.93, 0.05, 0.26. Web safe color of #bd0eb3 is #cc00cc. Color #bd0eb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001110 10110011
Octal 275 16 263
Decimal 189 14 179
Hex BD E B3

RGB Percentages of Color #bd0eb3

%49.48
%3.66
%46.86

CMYK Percentages of Color #bd0eb3

%0
%93
%5
%26

Triadic Colors of #bd0eb3

#bd0eb3 #b3bd0e #0eb3bd

Analogous Colors of #bd0eb3

#bd0eb3 #bd0e5b #700ebd

Monochromatic Colors of #bd0eb3

#bd0eb3

Complementary Color

#bd0eb3 #0ebd18

#bd0eb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0eb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0eb3 Color CSS Codes

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

#bd0eb3 Text Font Color

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

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


#bd0eb3 Background Color

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

This div background color is #bd0eb3


#bd0eb3 Border Color

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

This div border color is #bd0eb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0eb3


Comments

No comments written yet.

Please login to write comment.