Color Hex Logo

#ba15cf Color Hex

#BA15CF
(186,21,207)
0 Favorites   0 Comments

Color spaces of #ba15cf

RGB 18621207
HSL0.810.820.45
HSV293°90°81°
CMYK 0.100.900.00   0.19
XYZ31.780415.480460.3445
Yxy15.48040.29530.1439
Hunter Lab39.345175.3265-63.3928
CIE-Lab46.285378.5670-56.8933

#ba15cf color RGB value is (186,21,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 11001111
Octal 272 25 317
Decimal 186 21 207
Hex BA 15 CF

RGB Percentages of Color #ba15cf

%44.93
%5.07
%50.00

CMYK Percentages of Color #ba15cf

%10
%90
%0
%19

Triadic Colors of #ba15cf

#ba15cf #cfba15 #15cfba

Analogous Colors of #ba15cf

#ba15cf #cf1587 #5d15cf

Monochromatic Colors of #ba15cf

#ba15cf

Complementary Color

#ba15cf #2acf15

#ba15cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba15cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba15cf Color CSS Codes

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

#ba15cf Text Font Color

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

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


#ba15cf Background Color

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

This div background color is #ba15cf


#ba15cf Border Color

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

This div border color is #ba15cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba15cf


Comments

No comments written yet.

Please login to write comment.