Color Hex Logo

#bd1ebd Color Hex

#BD1EBD
(189,30,189)
0 Favorites   0 Comments

Color spaces of #bd1ebd

RGB 18930189
HSL0.830.730.43
HSV300°84°74°
CMYK 0.000.840.00   0.26
XYZ30.635815.421549.5061
Yxy15.42150.32060.1614
Hunter Lab39.270270.5300-47.2549
CIE-Lab46.206274.6905-46.5385

#bd1ebd color RGB value is (189,30,189).

#bd1ebd hex color red value is 189, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd1ebd hue: 0.83 , saturation: 0.73 and the lightness value of bd1ebd is 0.43.

The process color (four color CMYK) of #bd1ebd color hex is 0.00, 0.84, 0.00, 0.26. Web safe color of #bd1ebd is #cc33cc. Color #bd1ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011110 10111101
Octal 275 36 275
Decimal 189 30 189
Hex BD 1E BD

RGB Percentages of Color #bd1ebd

%46.32
%7.35
%46.32

CMYK Percentages of Color #bd1ebd

%0
%84
%0
%26

Triadic Colors of #bd1ebd

#bd1ebd #bdbd1e #1ebdbd

Analogous Colors of #bd1ebd

#bd1ebd #bd1e6e #6e1ebd

Monochromatic Colors of #bd1ebd

#bd1ebd

Complementary Color

#bd1ebd #1ebd1e

#bd1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1ebd Color CSS Codes

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

#bd1ebd Text Font Color

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

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


#bd1ebd Background Color

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

This div background color is #bd1ebd


#bd1ebd Border Color

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

This div border color is #bd1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1ebd


Comments

No comments written yet.

Please login to write comment.