Color Hex Logo

#ba17bd Color Hex

#BA17BD
(186,23,189)
0 Favorites   0 Comments

Color spaces of #ba17bd

RGB 18623189
HSL0.830.780.42
HSV299°88°74°
CMYK 0.020.880.00   0.26
XYZ29.741414.726049.4190
Yxy14.72600.31680.1568
Hunter Lab38.374571.1877-49.4921
CIE-Lab45.256675.4144-48.0854

#ba17bd color RGB value is (186,23,189).

#ba17bd hex color red value is 186, green value is 23 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba17bd hue: 0.83 , saturation: 0.78 and the lightness value of ba17bd is 0.42.

The process color (four color CMYK) of #ba17bd color hex is 0.02, 0.88, 0.00, 0.26. Web safe color of #ba17bd is #cc00cc. Color #ba17bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 10111101
Octal 272 27 275
Decimal 186 23 189
Hex BA 17 BD

RGB Percentages of Color #ba17bd

%46.73
%5.78
%47.49

CMYK Percentages of Color #ba17bd

%2
%88
%0
%26

Triadic Colors of #ba17bd

#ba17bd #bdba17 #17bdba

Analogous Colors of #ba17bd

#ba17bd #bd176d #6717bd

Monochromatic Colors of #ba17bd

#ba17bd

Complementary Color

#ba17bd #1abd17

#ba17bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba17bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba17bd Color CSS Codes

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

#ba17bd Text Font Color

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

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


#ba17bd Background Color

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

This div background color is #ba17bd


#ba17bd Border Color

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

This div border color is #ba17bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba17bd


Comments

No comments written yet.

Please login to write comment.