Color Hex Logo

#bd0ebd Color Hex

#BD0EBD
(189,14,189)
0 Favorites   0 Comments

Color spaces of #bd0ebd

RGB 18914189
HSL0.830.860.40
HSV300°93°74°
CMYK 0.000.930.00   0.26
XYZ30.328614.807049.4037
Yxy14.80700.32080.1566
Hunter Lab38.479973.3482-49.1856
CIE-Lab45.368777.1506-47.8763

#bd0ebd color RGB value is (189,14,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001110 10111101
Octal 275 16 275
Decimal 189 14 189
Hex BD E BD

RGB Percentages of Color #bd0ebd

%48.21
%3.57
%48.21

CMYK Percentages of Color #bd0ebd

%0
%93
%0
%26

Triadic Colors of #bd0ebd

#bd0ebd #bdbd0e #0ebdbd

Analogous Colors of #bd0ebd

#bd0ebd #bd0e66 #660ebd

Monochromatic Colors of #bd0ebd

#bd0ebd

Complementary Color

#bd0ebd #0ebd0e

#bd0ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0ebd Color CSS Codes

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

#bd0ebd Text Font Color

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

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


#bd0ebd Background Color

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

This div background color is #bd0ebd


#bd0ebd Border Color

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

This div border color is #bd0ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,14,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 #bd0ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0ebd


Comments

No comments written yet.

Please login to write comment.