Color Hex Logo

#ba7fcc Color Hex

#BA7FCC
(186,127,204)
0 Favorites   0 Comments

Color spaces of #ba7fcc

RGB 186127204
HSL0.790.430.65
HSV286°38°80°
CMYK 0.090.380.00   0.20
XYZ38.738229.977560.8712
Yxy29.97750.29890.2313
Hunter Lab54.751730.4777-27.5905
CIE-Lab61.634836.0795-30.9052

#ba7fcc color RGB value is (186,127,204).

#ba7fcc hex color red value is 186, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba7fcc hue: 0.79 , saturation: 0.43 and the lightness value of ba7fcc is 0.65.

The process color (four color CMYK) of #ba7fcc color hex is 0.09, 0.38, 0.00, 0.20. Web safe color of #ba7fcc is #cc66cc. Color #ba7fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111111 11001100
Octal 272 177 314
Decimal 186 127 204
Hex BA 7F CC

RGB Percentages of Color #ba7fcc

%35.98
%24.56
%39.46

CMYK Percentages of Color #ba7fcc

%9
%38
%0
%20

Triadic Colors of #ba7fcc

#ba7fcc #ccba7f #7fccba

Analogous Colors of #ba7fcc

#ba7fcc #cc7fb8 #947fcc

Monochromatic Colors of #ba7fcc

#ba7fcc

Complementary Color

#ba7fcc #91cc7f

#ba7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7fcc Color CSS Codes

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

#ba7fcc Text Font Color

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

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


#ba7fcc Background Color

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

This div background color is #ba7fcc


#ba7fcc Border Color

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

This div border color is #ba7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7fcc


Comments

No comments written yet.

Please login to write comment.