color codes Logo

#bd4fdd color codes

#BD4FDD
(189,79,221)
0 Favorites   0 Comments

Color spaces of #bd4fdd

RGB 18979221
HSL0.800.680.59
HSV286°64°87°
CMYK 0.140.640.00   0.13
XYZ36.833421.631270.6405
Yxy21.63120.28530.1675
Hunter Lab46.509459.9729-57.4958
CIE-Lab53.633564.3894-53.0811

#bd4fdd color RGB value is (189,79,221).

#bd4fdd hex color red value is 189, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd4fdd hue: 0.80 , saturation: 0.68 and the lightness value of bd4fdd is 0.59.

The process color (four color CMYK) of #bd4fdd color code is 0.14, 0.64, 0.00, 0.13. Web safe color of #bd4fdd is #cc66cc. Color #bd4fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001111 11011101
Octal 275 117 335
Decimal 189 79 221
Hex BD 4F DD

RGB Percentages of Color #bd4fdd

%38.65
%16.16
%45.19

CMYK Percentages of Color #bd4fdd

%14
%64
%0
%13

Triadic Colors of #bd4fdd

#bd4fdd #ddbd4f #4fddbd

Analogous Colors of #bd4fdd

#bd4fdd #dd4fb6 #764fdd

Monochromatic Colors of #bd4fdd

#bd4fdd

Complementary Color

#bd4fdd #6fdd4f

#bd4fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4fdd Color CSS Codes

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

#bd4fdd Text Font Color

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

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


#bd4fdd Background Color

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

This div background color is #bd4fdd


#bd4fdd Border Color

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

This div border color is #bd4fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4fdd


Comments

No comments written yet.

Please login to write comment.