Color Hex Logo

#ba70cf Color Hex

#BA70CF
(186,112,207)
0 Favorites   0 Comments

Color spaces of #ba70cf

RGB 186112207
HSL0.800.500.63
HSV287°46°81°
CMYK 0.100.460.00   0.19
XYZ37.306426.532462.1865
Yxy26.53240.29600.2105
Hunter Lab51.509639.1388-35.5229
CIE-Lab58.539044.7988-37.4210

#ba70cf color RGB value is (186,112,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 11001111
Octal 272 160 317
Decimal 186 112 207
Hex BA 70 CF

RGB Percentages of Color #ba70cf

%36.83
%22.18
%40.99

CMYK Percentages of Color #ba70cf

%10
%46
%0
%19

Triadic Colors of #ba70cf

#ba70cf #cfba70 #70cfba

Analogous Colors of #ba70cf

#ba70cf #cf70b5 #8b70cf

Monochromatic Colors of #ba70cf

#ba70cf

Complementary Color

#ba70cf #85cf70

#ba70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba70cf Color CSS Codes

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

#ba70cf Text Font Color

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

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


#ba70cf Background Color

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

This div background color is #ba70cf


#ba70cf Border Color

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

This div border color is #ba70cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba70cf


Comments

No comments written yet.

Please login to write comment.