Color Hex Logo

#bd2ed1 Color Hex

#BD2ED1
(189,46,209)
0 Favorites   0 Comments

Color spaces of #bd2ed1

RGB 18946209
HSL0.810.640.50
HSV293°78°82°
CMYK 0.100.780.00   0.18
XYZ33.471917.376361.9114
Yxy17.37630.29680.1541
Hunter Lab41.684970.3824-58.8795
CIE-Lab48.730774.0771-54.0868

#bd2ed1 color RGB value is (189,46,209).

#bd2ed1 hex color red value is 189, green value is 46 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bd2ed1 hue: 0.81 , saturation: 0.64 and the lightness value of bd2ed1 is 0.50.

The process color (four color CMYK) of #bd2ed1 color hex is 0.10, 0.78, 0.00, 0.18. Web safe color of #bd2ed1 is #cc33cc. Color #bd2ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101110 11010001
Octal 275 56 321
Decimal 189 46 209
Hex BD 2E D1

RGB Percentages of Color #bd2ed1

%42.57
%10.36
%47.07

CMYK Percentages of Color #bd2ed1

%10
%78
%0
%18

Triadic Colors of #bd2ed1

#bd2ed1 #d1bd2e #2ed1bd

Analogous Colors of #bd2ed1

#bd2ed1 #d12e94 #6c2ed1

Monochromatic Colors of #bd2ed1

#bd2ed1

Complementary Color

#bd2ed1 #42d12e

#bd2ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2ed1 Color CSS Codes

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

#bd2ed1 Text Font Color

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

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


#bd2ed1 Background Color

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

This div background color is #bd2ed1


#bd2ed1 Border Color

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

This div border color is #bd2ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2ed1


Comments

No comments written yet.

Please login to write comment.