Color Hex Logo

#ba17ce Color Hex

#BA17CE
(186,23,206)
0 Favorites   0 Comments

Color spaces of #ba17ce

RGB 18623206
HSL0.820.800.45
HSV293°89°81°
CMYK 0.100.890.00   0.19
XYZ31.696715.508159.7153
Yxy15.50810.29650.1450
Hunter Lab39.380374.7567-62.3396
CIE-Lab46.322478.1020-56.2563

#ba17ce color RGB value is (186,23,206).

#ba17ce hex color red value is 186, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ba17ce hue: 0.82 , saturation: 0.80 and the lightness value of ba17ce is 0.45.

The process color (four color CMYK) of #ba17ce color hex is 0.10, 0.89, 0.00, 0.19. Web safe color of #ba17ce is #cc00cc. Color #ba17ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 11001110
Octal 272 27 316
Decimal 186 23 206
Hex BA 17 CE

RGB Percentages of Color #ba17ce

%44.82
%5.54
%49.64

CMYK Percentages of Color #ba17ce

%10
%89
%0
%19

Triadic Colors of #ba17ce

#ba17ce #ceba17 #17ceba

Analogous Colors of #ba17ce

#ba17ce #ce1787 #5f17ce

Monochromatic Colors of #ba17ce

#ba17ce

Complementary Color

#ba17ce #2bce17

#ba17ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba17ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba17ce Color CSS Codes

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

#ba17ce Text Font Color

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

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


#ba17ce Background Color

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

This div background color is #ba17ce


#ba17ce Border Color

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

This div border color is #ba17ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba17ce


Comments

No comments written yet.

Please login to write comment.