Color Hex Logo

#ba68cf Color Hex

#BA68CF
(186,104,207)
0 Favorites   0 Comments

Color spaces of #ba68cf

RGB 186104207
HSL0.800.520.61
HSV288°50°81°
CMYK 0.100.500.00   0.19
XYZ36.462524.844761.9052
Yxy24.84470.29590.2016
Hunter Lab49.844543.3495-38.7451
CIE-Lab56.923848.9794-39.9553

#ba68cf color RGB value is (186,104,207).

#ba68cf hex color red value is 186, green value is 104 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ba68cf hue: 0.80 , saturation: 0.52 and the lightness value of ba68cf is 0.61.

The process color (four color CMYK) of #ba68cf color hex is 0.10, 0.50, 0.00, 0.19. Web safe color of #ba68cf is #cc66cc. Color #ba68cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 11001111
Octal 272 150 317
Decimal 186 104 207
Hex BA 68 CF

RGB Percentages of Color #ba68cf

%37.42
%20.93
%41.65

CMYK Percentages of Color #ba68cf

%10
%50
%0
%19

Triadic Colors of #ba68cf

#ba68cf #cfba68 #68cfba

Analogous Colors of #ba68cf

#ba68cf #cf68b1 #8768cf

Monochromatic Colors of #ba68cf

#ba68cf

Complementary Color

#ba68cf #7dcf68

#ba68cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba68cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba68cf Color CSS Codes

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

#ba68cf Text Font Color

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

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


#ba68cf Background Color

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

This div background color is #ba68cf


#ba68cf Border Color

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

This div border color is #ba68cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba68cf


Comments

No comments written yet.

Please login to write comment.