Color Hex Logo

#bd13dd Color Hex

#BD13DD
(189,19,221)
0 Favorites   0 Comments

Color spaces of #bd13dd

RGB 18919221
HSL0.810.840.47
HSV290°91°87°
CMYK 0.140.910.00   0.13
XYZ34.270316.505069.7862
Yxy16.50500.28430.1369
Hunter Lab40.626379.4773-73.4074
CIE-Lab47.630281.6062-62.7309

#bd13dd color RGB value is (189,19,221).

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

The process color (four color CMYK) of #bd13dd color hex is 0.14, 0.91, 0.00, 0.13. Web safe color of #bd13dd is #cc00cc. Color #bd13dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 11011101
Octal 275 23 335
Decimal 189 19 221
Hex BD 13 DD

RGB Percentages of Color #bd13dd

%44.06
%4.43
%51.52

CMYK Percentages of Color #bd13dd

%14
%91
%0
%13

Triadic Colors of #bd13dd

#bd13dd #ddbd13 #13ddbd

Analogous Colors of #bd13dd

#bd13dd #dd1398 #5813dd

Monochromatic Colors of #bd13dd

#bd13dd

Complementary Color

#bd13dd #33dd13

#bd13dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd13dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd13dd Color CSS Codes

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

#bd13dd Text Font Color

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

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


#bd13dd Background Color

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

This div background color is #bd13dd


#bd13dd Border Color

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

This div border color is #bd13dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd13dd


Comments

No comments written yet.

Please login to write comment.