Color Hex Logo

#ba68dc Color Hex

#BA68DC
(186,104,220)
0 Favorites   0 Comments

Color spaces of #ba68dc

RGB 186104220
HSL0.780.620.64
HSV282°53°86°
CMYK 0.150.530.00   0.14
XYZ38.118325.507070.6244
Yxy25.50700.28390.1900
Hunter Lab50.504546.3403-47.5568
CIE-Lab57.566151.6290-46.2876

#ba68dc color RGB value is (186,104,220).

#ba68dc hex color red value is 186, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba68dc hue: 0.78 , saturation: 0.62 and the lightness value of ba68dc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 11011100
Octal 272 150 334
Decimal 186 104 220
Hex BA 68 DC

RGB Percentages of Color #ba68dc

%36.47
%20.39
%43.14

CMYK Percentages of Color #ba68dc

%15
%53
%0
%14

Triadic Colors of #ba68dc

#ba68dc #dcba68 #68dcba

Analogous Colors of #ba68dc

#ba68dc #dc68c4 #8068dc

Monochromatic Colors of #ba68dc

#ba68dc

Complementary Color

#ba68dc #8adc68

#ba68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba68dc Color CSS Codes

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

#ba68dc Text Font Color

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

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


#ba68dc Background Color

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

This div background color is #ba68dc


#ba68dc Border Color

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

This div border color is #ba68dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba68dc


Comments

No comments written yet.

Please login to write comment.