Color Hex Logo

#ba68bd Color Hex

#BA68BD
(186,104,189)
0 Favorites   0 Comments

Color spaces of #ba68bd

RGB 186104189
HSL0.830.390.57
HSV298°45°74°
CMYK 0.020.450.00   0.26
XYZ34.385324.013950.9669
Yxy24.01390.31440.2196
Hunter Lab49.004039.4936-27.3622
CIE-Lab56.101745.4886-30.9752

#ba68bd color RGB value is (186,104,189).

#ba68bd hex color red value is 186, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba68bd hue: 0.83 , saturation: 0.39 and the lightness value of ba68bd is 0.57.

The process color (four color CMYK) of #ba68bd color hex is 0.02, 0.45, 0.00, 0.26. Web safe color of #ba68bd is #cc66cc. Color #ba68bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 10111101
Octal 272 150 275
Decimal 186 104 189
Hex BA 68 BD

RGB Percentages of Color #ba68bd

%38.83
%21.71
%39.46

CMYK Percentages of Color #ba68bd

%2
%45
%0
%26

Triadic Colors of #ba68bd

#ba68bd #bdba68 #68bdba

Analogous Colors of #ba68bd

#ba68bd #bd6896 #9068bd

Monochromatic Colors of #ba68bd

#ba68bd

Complementary Color

#ba68bd #6bbd68

#ba68bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba68bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba68bd Color CSS Codes

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

#ba68bd Text Font Color

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

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


#ba68bd Background Color

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

This div background color is #ba68bd


#ba68bd Border Color

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

This div border color is #ba68bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba68bd


Comments

No comments written yet.

Please login to write comment.