Color Hex Logo

#ba7cfe Color Hex

#BA7CFE
(186,124,254)
0 Favorites   0 Comments

Color spaces of #ba7cfe

RGB 186124254
HSL0.750.980.74
HSV269°51°100°
CMYK 0.270.510.00   0.00
XYZ45.346732.010297.5545
Yxy32.01020.25930.1830
Hunter Lab56.577644.0564-62.6272
CIE-Lab63.351348.6646-55.9957

#ba7cfe color RGB value is (186,124,254).

#ba7cfe hex color red value is 186, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ba7cfe hue: 0.75 , saturation: 0.98 and the lightness value of ba7cfe is 0.74.

The process color (four color CMYK) of #ba7cfe color hex is 0.27, 0.51, 0.00, 0.00. Web safe color of #ba7cfe is #cc66ff. Color #ba7cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111100 11111110
Octal 272 174 376
Decimal 186 124 254
Hex BA 7C FE

RGB Percentages of Color #ba7cfe

%32.98
%21.99
%45.04

CMYK Percentages of Color #ba7cfe

%27
%51
%0
%0

Triadic Colors of #ba7cfe

#ba7cfe #feba7c #7cfeba

Analogous Colors of #ba7cfe

#ba7cfe #fb7cfe #7c7ffe

Monochromatic Colors of #ba7cfe

#ba7cfe

Complementary Color

#ba7cfe #c0fe7c

#ba7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7cfe Color CSS Codes

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

#ba7cfe Text Font Color

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

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


#ba7cfe Background Color

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

This div background color is #ba7cfe


#ba7cfe Border Color

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

This div border color is #ba7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.