Color Hex Logo

#ba78cd Color Hex

#BA78CD
(186,120,205)
0 Favorites   0 Comments

Color spaces of #ba78cd

RGB 186120205
HSL0.800.460.64
HSV287°41°80°
CMYK 0.090.410.00   0.20
XYZ37.985628.279861.2141
Yxy28.27980.29800.2218
Hunter Lab53.178834.4398-31.0236
CIE-Lab60.140740.1033-33.7900

#ba78cd color RGB value is (186,120,205).

#ba78cd hex color red value is 186, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ba78cd hue: 0.80 , saturation: 0.46 and the lightness value of ba78cd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 11001101
Octal 272 170 315
Decimal 186 120 205
Hex BA 78 CD

RGB Percentages of Color #ba78cd

%36.40
%23.48
%40.12

CMYK Percentages of Color #ba78cd

%9
%41
%0
%20

Triadic Colors of #ba78cd

#ba78cd #cdba78 #78cdba

Analogous Colors of #ba78cd

#ba78cd #cd78b6 #9078cd

Monochromatic Colors of #ba78cd

#ba78cd

Complementary Color

#ba78cd #8bcd78

#ba78cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78cd Color CSS Codes

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

#ba78cd Text Font Color

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

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


#ba78cd Background Color

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

This div background color is #ba78cd


#ba78cd Border Color

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

This div border color is #ba78cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78cd


Comments

No comments written yet.

Please login to write comment.