Color Hex Logo

#ba69bd Color Hex

#BA69BD
(186,105,189)
0 Favorites   0 Comments

Color spaces of #ba69bd

RGB 186105189
HSL0.830.390.58
HSV298°44°74°
CMYK 0.020.440.00   0.26
XYZ34.486624.216451.0007
Yxy24.21640.31440.2207
Hunter Lab49.210238.9754-27.0002
CIE-Lab56.303844.9670-30.6611

#ba69bd color RGB value is (186,105,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 10111101
Octal 272 151 275
Decimal 186 105 189
Hex BA 69 BD

RGB Percentages of Color #ba69bd

%38.75
%21.88
%39.38

CMYK Percentages of Color #ba69bd

%2
%44
%0
%26

Triadic Colors of #ba69bd

#ba69bd #bdba69 #69bdba

Analogous Colors of #ba69bd

#ba69bd #bd6996 #9069bd

Monochromatic Colors of #ba69bd

#ba69bd

Complementary Color

#ba69bd #6cbd69

#ba69bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba69bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba69bd Color CSS Codes

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

#ba69bd Text Font Color

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

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


#ba69bd Background Color

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

This div background color is #ba69bd


#ba69bd Border Color

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

This div border color is #ba69bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba69bd


Comments

No comments written yet.

Please login to write comment.