Color Hex Logo

#ba65dc Color Hex

#BA65DC
(186,101,220)
0 Favorites   0 Comments

Color spaces of #ba65dc

RGB 186101220
HSL0.790.630.63
HSV283°54°86°
CMYK 0.150.540.00   0.14
XYZ37.821624.913870.5256
Yxy24.91380.28380.1870
Hunter Lab49.913747.9075-48.8342
CIE-Lab56.991353.1473-47.1978

#ba65dc color RGB value is (186,101,220).

#ba65dc hex color red value is 186, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba65dc hue: 0.79 , saturation: 0.63 and the lightness value of ba65dc is 0.63.

The process color (four color CMYK) of #ba65dc color hex is 0.15, 0.54, 0.00, 0.14. Web safe color of #ba65dc is #cc66cc. Color #ba65dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 11011100
Octal 272 145 334
Decimal 186 101 220
Hex BA 65 DC

RGB Percentages of Color #ba65dc

%36.69
%19.92
%43.39

CMYK Percentages of Color #ba65dc

%15
%54
%0
%14

Triadic Colors of #ba65dc

#ba65dc #dcba65 #65dcba

Analogous Colors of #ba65dc

#ba65dc #dc65c3 #7f65dc

Monochromatic Colors of #ba65dc

#ba65dc

Complementary Color

#ba65dc #87dc65

#ba65dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba65dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba65dc Color CSS Codes

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

#ba65dc Text Font Color

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

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


#ba65dc Background Color

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

This div background color is #ba65dc


#ba65dc Border Color

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

This div border color is #ba65dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba65dc


Comments

No comments written yet.

Please login to write comment.