Color Hex Logo

#bd0fdd Color Hex

#BD0FDD
(189,15,221)
0 Favorites   0 Comments

Color spaces of #bd0fdd

RGB 18915221
HSL0.810.870.46
HSV291°93°87°
CMYK 0.140.930.00   0.13
XYZ34.208216.380969.7655
Yxy16.38090.28420.1361
Hunter Lab40.473380.0405-73.8692
CIE-Lab47.470382.0802-62.9895

#bd0fdd color RGB value is (189,15,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001111 11011101
Octal 275 17 335
Decimal 189 15 221
Hex BD F DD

RGB Percentages of Color #bd0fdd

%44.47
%3.53
%52.00

CMYK Percentages of Color #bd0fdd

%14
%93
%0
%13

Triadic Colors of #bd0fdd

#bd0fdd #ddbd0f #0fddbd

Analogous Colors of #bd0fdd

#bd0fdd #dd0f96 #560fdd

Monochromatic Colors of #bd0fdd

#bd0fdd

Complementary Color

#bd0fdd #2fdd0f

#bd0fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0fdd Color CSS Codes

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

#bd0fdd Text Font Color

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

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


#bd0fdd Background Color

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

This div background color is #bd0fdd


#bd0fdd Border Color

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

This div border color is #bd0fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0fdd


Comments

No comments written yet.

Please login to write comment.