Color Hex Logo

#ba18ce Color Hex

#BA18CE
(186,24,206)
0 Favorites   0 Comments

Color spaces of #ba18ce

RGB 18624206
HSL0.820.790.45
HSV293°88°81°
CMYK 0.100.880.00   0.19
XYZ31.716915.548659.7220
Yxy15.54860.29650.1453
Hunter Lab39.431774.5710-62.1965
CIE-Lab46.376677.9420-56.1690

#ba18ce color RGB value is (186,24,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 11001110
Octal 272 30 316
Decimal 186 24 206
Hex BA 18 CE

RGB Percentages of Color #ba18ce

%44.71
%5.77
%49.52

CMYK Percentages of Color #ba18ce

%10
%88
%0
%19

Triadic Colors of #ba18ce

#ba18ce #ceba18 #18ceba

Analogous Colors of #ba18ce

#ba18ce #ce1887 #5f18ce

Monochromatic Colors of #ba18ce

#ba18ce

Complementary Color

#ba18ce #2cce18

#ba18ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba18ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba18ce Color CSS Codes

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

#ba18ce Text Font Color

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

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


#ba18ce Background Color

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

This div background color is #ba18ce


#ba18ce Border Color

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

This div border color is #ba18ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba18ce


Comments

No comments written yet.

Please login to write comment.