Color Hex Logo

#bd17da Color Hex

#BD17DA
(189,23,218)
0 Favorites   0 Comments

Color spaces of #bd17da

RGB 18923218
HSL0.810.810.47
HSV291°89°85°
CMYK 0.130.890.00   0.15
XYZ33.947616.493667.7240
Yxy16.49360.28730.1396
Hunter Lab40.612378.1356-70.4418
CIE-Lab47.615580.5488-61.0406

#bd17da color RGB value is (189,23,218).

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

The process color (four color CMYK) of #bd17da color hex is 0.13, 0.89, 0.00, 0.15. Web safe color of #bd17da is #cc00cc. Color #bd17da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 11011010
Octal 275 27 332
Decimal 189 23 218
Hex BD 17 DA

RGB Percentages of Color #bd17da

%43.95
%5.35
%50.70

CMYK Percentages of Color #bd17da

%13
%89
%0
%15

Triadic Colors of #bd17da

#bd17da #dabd17 #17dabd

Analogous Colors of #bd17da

#bd17da #da1796 #5b17da

Monochromatic Colors of #bd17da

#bd17da

Complementary Color

#bd17da #34da17

#bd17da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd17da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd17da Color CSS Codes

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

#bd17da Text Font Color

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

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


#bd17da Background Color

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

This div background color is #bd17da


#bd17da Border Color

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

This div border color is #bd17da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd17da


Comments

No comments written yet.

Please login to write comment.