Color Hex Logo

#bd1edd Color Hex

#BD1EDD
(189,30,221)
0 Favorites   0 Comments

Color spaces of #bd1edd

RGB 18930221
HSL0.810.760.49
HSV290°86°87°
CMYK 0.140.860.00   0.13
XYZ34.501716.967869.8633
Yxy16.96780.28440.1398
Hunter Lab41.192077.4225-71.7239
CIE-Lab48.219479.8655-61.7784

#bd1edd color RGB value is (189,30,221).

#bd1edd hex color red value is 189, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd1edd hue: 0.81 , saturation: 0.76 and the lightness value of bd1edd is 0.49.

The process color (four color CMYK) of #bd1edd color hex is 0.14, 0.86, 0.00, 0.13. Web safe color of #bd1edd is #cc33cc. Color #bd1edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011110 11011101
Octal 275 36 335
Decimal 189 30 221
Hex BD 1E DD

RGB Percentages of Color #bd1edd

%42.95
%6.82
%50.23

CMYK Percentages of Color #bd1edd

%14
%86
%0
%13

Triadic Colors of #bd1edd

#bd1edd #ddbd1e #1eddbd

Analogous Colors of #bd1edd

#bd1edd #dd1e9e #5e1edd

Monochromatic Colors of #bd1edd

#bd1edd

Complementary Color

#bd1edd #3edd1e

#bd1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1edd Color CSS Codes

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

#bd1edd Text Font Color

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

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


#bd1edd Background Color

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

This div background color is #bd1edd


#bd1edd Border Color

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

This div border color is #bd1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1edd


Comments

No comments written yet.

Please login to write comment.